Files
npm-shell/package.json
2025-08-20 18:41:53 +08:00

15 lines
285 B
JSON

{
"name": "shell",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}