File size: 774 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
	"name": "@automattic/calypso-doctor",
	"version": "0.1.0",
	"description": "A tool to verify that the developer's system is optimal for wp-calypso development.",
	"main": "index.js",
	"author": "Automattic Inc.",
	"homepage": "https://github.com/Automattic/wp-calypso",
	"bugs": "https://github.com/Automattic/wp-calypso/issues",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Automattic/wp-calypso.git",
		"directory": "packages/calypso-doctor"
	},
	"keywords": [
		"doctor",
		"calypso"
	],
	"license": "GPL-2.0-or-later",
	"bin": "./cli.js",
	"dependencies": {
		"chalk": "^4.1.2",
		"yargs": "^17.0.1"
	},
	"devDependencies": {
		"@automattic/calypso-eslint-overrides": "workspace:^",
		"@automattic/calypso-typescript-config": "workspace:^"
	}
}