system-commands
Version:
Run system commands in Node.js
51 lines (50 loc) • 1.15 kB
JSON
{
"name": "system-commands",
"version": "1.1.7",
"description": "Run system commands in Node.js",
"main": "lib/index.min.js",
"types": "types/index.d.ts",
"directories": {
"lib": "lib",
"types": "types",
"test": "tests"
},
"devDependencies": {
"@types/node": "^12.7.3",
"babel-minify": "^0.5.1",
"jest": "^24.9.0",
"tslint": "^5.19.0",
"typescript": "^3.6.2"
},
"scripts": {
"build": "tsc",
"minify": "node_modules/.bin/babel-minify lib/index.js -o lib/index.min.js",
"prepublishOnly": "npm run build && npm run minify",
"start": "node lib/index.js",
"test": "jest --verbose tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kenmueller/system-commands-npm.git"
},
"author": "Ken Mueller",
"license": "MIT",
"bugs": {
"url": "https://github.com/kenmueller/system-commands-npm/issues"
},
"homepage": "https://github.com/kenmueller/system-commands-npm#readme",
"keywords": [
"system-commands",
"system commands",
"system command",
"system",
"commands",
"run",
"run command",
"run-commands",
"run-command",
"node.js system",
"node system",
"ken mueller"
]
}