UNPKG

@ptkdev/node-module-boilerplate

Version:

Create your npm library with this user friendly boilerplate. Use this respository as template for your new node library/module

11 lines (10 loc) 198 B
{ "restartable": "rs", "ignore": [".git", "node_modules/**/*"], "verbose": true, "watch": ["app/", "translations/", "configs/"], "env": { "NODE_ENV": "development" }, "ext": "ts,js,json" }