File size: 816 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 30 |
{
"name": "@automattic/effective-module-tree",
"version": "0.1.0",
"description": "A tool to generate the effective list of dependencies of any project.",
"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/effective-module-tree"
},
"keywords": [
"dependencies",
"node_modules"
],
"license": "GPL-2.0-or-later",
"bin": "./cli.js",
"dependencies": {
"debug": "^4.4.1",
"object-treeify": "^1.1.33",
"yargs": "^17.0.1"
},
"devDependencies": {
"@automattic/calypso-eslint-overrides": "workspace:^",
"@automattic/calypso-typescript-config": "workspace:^"
}
}
|