@0x4447/hotpepper
Version:
🌶 A SystemD config generators for NodeJS projects
41 lines (40 loc) • 889 B
JSON
{
"name": "@0x4447/hotpepper",
"version": "2.0.0",
"description": "🌶 A SystemD config generators for NodeJS projects",
"homepage": "https://0x4447.com/toolbox",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm pack && npm install -g 0x4447-hotpepper-* && rm 0x4447-hotpepper-*",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/0x4447/0x4447-cli-node-hotpepper"
},
"bin": {
"hotpepper": "./index.js"
},
"author": {
"name": "0x4447",
"email": "hello@0x4447.email",
"url": "https://0x4447.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/0x4447/0x4447-cli-node-hotpepper/issues"
},
"keywords": [
"0x4447",
"cli",
"systemd",
"service"
],
"dependencies": {
"commander": "2.15.1",
"mocha": "4.1.0"
}
}