xmzs
Version:
32 lines (31 loc) • 693 B
JSON
{
"name": "xmzs",
"version": "1.5.1",
"description": "mmp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
},
"keywords": [
"nrm",
"npm",
"cnpm",
"yarn"
],
"bin": {
"mmp": "./src/index.js"
},
"repository": {
"url": "https://github.com/message163/mmp",
"type": "git"
},
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.0.0",
"commander": "^10.0.0",
"inquirer": "^8.0.0",
"node-http-ping": "^0.3.1"
}
}