@mh-cbon/launchd-simple-api
Version:
Simple API to manage services via macosx launchd
38 lines (37 loc) • 1.08 kB
JSON
{
"name": "@mh-cbon/launchd-simple-api",
"version": "1.3.4",
"description": "Simple API to manage services via macosx launchd",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test-mac": "sh ./mocha-mac.sh",
"patch": "npm version patch -m \"patch %s\"",
"minor": "npm version minor -m \"minor %s\"",
"major": "npm version major -m \"major %s\"",
"preversion": "echo \"npm test: not defined\"",
"version": "echo \"npm run build: not defined\"",
"postversion": "git push && git push --tags && npm run public",
"public": "npm publish --access=public"
},
"keywords": [
"launchd",
"macosx",
"service"
],
"author": "mh-cbon <mh-cbon@users.noreply.github.com>",
"license": "MIT",
"dependencies": {
"@mh-cbon/c-yasudo": "^1.0.1",
"@mh-cbon/sudo-fs": "^1.0.1",
"async": "^1.5.2",
"debug": "^2.2.0",
"debug-stream": "^3.0.1",
"fs-extra": "^0.26.7",
"split": "^1.0.0",
"through2": "^2.0.1"
},
"devDependencies": {
"should": "^8.3.0"
}
}