sysctlx
Version:
A node library to manipulate services with systemctl
39 lines (38 loc) • 706 B
JSON
{
"name": "sysctlx",
"version": "0.0.7",
"description": "A node library to manipulate services with systemctl",
"license": "MIT",
"repository": "taoyuan/sysctlx",
"author": {
"name": "ty",
"email": "towyuan@outlook.com",
"url": "github.com/taoyuan"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "mocha test/**/*.test.js"
},
"files": [
"index.js"
],
"keywords": [
"systemctl",
"systemd",
"service"
],
"dependencies": {
"child-process-promise": "^2.2.1"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/inflection": "^1.5.28",
"@types/mocha": "^2.2.47",
"@types/sinon": "^4.1.3",
"chai": "^4.1.2",
"mocha": "^5.0.0",
"sinon": "^4.2.2"
}
}