@dep-tree/cli
Version:
dep-tree node wrapper
25 lines (24 loc) • 478 B
JSON
{
"name": "@dep-tree/cli",
"version": "0.23.4",
"description": "dep-tree node wrapper ",
"author": "Gabriel Musat Mestre",
"license": "MIT",
"packageManager": "yarn@3.2.4",
"bin": {
"dep-tree": "bin/dep-tree"
},
"scripts": {
"postinstall": "node install.js",
"run": "esr src/main.ts",
"test": "mocha test/**/*.test.js"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0"
},
"files": [
"bin",
"install.js"
]
}