dongzeping-cli-test
Version:
A sample npm package that runs automatically when installed
23 lines (22 loc) • 471 B
JSON
{
"name": "dongzeping-cli-test",
"version": "1.0.0",
"description": "A sample npm package that runs automatically when installed",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node index.js",
"start": "node index.js",
"dzp": "node dzp.js"
},
"keywords": [
"sample",
"demo",
"auto-run"
],
"author": "",
"license": "ISC",
"engines": {
"node": ">=12.0.0"
}
}