UNPKG

@danhu90/work-template-cli

Version:
10 lines 227 B
{ "watch": ["src"], "ext": "ts,js,json", "ignore": ["node_modules", "coverage", "dist"], "exec": "ts-node -r tsconfig-paths/register ./src/index.ts", "restartable": "rs", "env": { "NODE_ENV": "development" } }