@appjumpstart/launch
Version:
A simple process manager used to run a Node.js application in the background
51 lines (50 loc) • 1.16 kB
JSON
{
"name": "@appjumpstart/launch",
"version": "3.0.0",
"description": "A simple process manager used to run a Node.js application in the background",
"main": "index.js",
"bin": {
"launch": "index.js"
},
"scripts": {
"lint": "eslint index.js test",
"test": "ava -s"
},
"keywords": [
"process",
"manager",
"detached",
"background"
],
"author": "Ian Walter <public@iankwalter.com> (https://iankwalter.com)",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "git@github.com:appjumpstart/launch.git"
},
"dependencies": {
"@ianwalter/npm-short-name": "^1.0.0",
"chalk": "^2.4.1",
"conf": "^3.0.0",
"execa": "^1.0.0",
"fkill": "^6.0.0",
"meow": "^5.0.0",
"process-exists": "^3.1.0",
"read-pkg-up": "^4.0.0"
},
"devDependencies": {
"@ianwalter/eslint-config": "^1.1.0",
"@ianwalter/execa-helper": "^1.0.1",
"@ianwalter/test-server": "^1.3.0",
"ava": "^1.2.0",
"got": "^9.6.0",
"np": "^4.0.2"
},
"eslintConfig": {
"root": true,
"extends": [
"@ianwalter/eslint-config"
]
},
"launchLog": "tmp"
}