xpm
Version:
The xPack project manager command line tool
38 lines (37 loc) • 820 B
JSON
{
"name": "@xpack/cmd-shim",
"version": "4.1.0-2",
"description": "Used in xpm for command line application support",
"scripts": {
"test": "tap",
"snap": "tap",
"preversion": "echo npm test",
"postversion": "echo npm publish",
"postpublish": "git push origin --follow-tags",
"npm-install": "npm install"
},
"repository": {
"type": "git",
"url": "https://github.com/xpack/cmd-shim.git"
},
"license": "ISC",
"dependencies": {
"mkdirp-infer-owner": "^2.0.0"
},
"devDependencies": {
"rimraf": "~2.2.8",
"tap": "^15.1.6"
},
"files": [
"index.js",
"lib"
],
"tap": {
"before": "test/00-setup.js",
"after": "test/zz-cleanup.js",
"check-coverage": true
},
"engines": {
"node": ">=10"
}
}