spawn-npm
Version:
Run npm commands by creating child processes.
51 lines • 1.03 kB
JSON
{
"name": "spawn-npm",
"description": "Run npm commands by creating child processes.",
"keywords": [
"spawn",
"npm",
"run",
"commands",
"by",
"creating",
"child",
"processes"
],
"license": "MIT",
"version": "1.4.8",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/spawn-npm.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/spawn-npm/issues"
},
"homepage": "https://github.com/IonicaBizau/spawn-npm#readme",
"dependencies": {
"oargv": "^3.4.5",
"spawno": "^2.0.2"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"blah": {}
}