{
  "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"
  }
}
