UNPKG

node-deb-pkg

Version:

Debian packaging for Node.js projects, fork of node-deb (https://github.com/heartsucker/node-deb) with additional features. Not intended to be maintained (but maybe merged one day)

14 lines (13 loc) 229 B
{ "name": "no-init-project", "version": "0.1.0", "description": "foo", "author": "foo <bar@baz.quux>", "scripts": { "test": "/bin/true" }, "node_deb": { "start_command": "./app.sh", "init": "none" } }