@custody/plugin-command-restart-server
Version:
Custody plugin to add a command to restart a Node server (vs. the entire build process)
36 lines (35 loc) • 975 B
JSON
{
"name": "@custody/plugin-command-restart-server",
"version": "1.0.0",
"description": "Custody plugin to add a command to restart a Node server (vs. the entire build process)",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mixmaxhq/custody-plugin-command-restart-server.git"
},
"keywords": [
"custody",
"plugin",
"command"
],
"author": "Jeff Wear <jeffreywear@gmail.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/mixmaxhq/custody-plugin-command-restart-server/issues"
},
"homepage": "https://github.com/mixmaxhq/custody-plugin-command-restart-server#readme",
"dependencies": {
"lazy-memoize-one": "^1.0.0",
"promise-callbacks": "^3.2.0"
},
"devDependencies": {
"eslint": "^5.6.1",
"eslint-config-mixmax": "^1.3.0"
}
}