Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
{
"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:^"
}
}