CrepeSR/package.json

9 lines
146 B
JSON
Raw Normal View History

2022-07-21 16:16:21 +00:00
{
"devDependencies": {
"ts-node-dev": "^2.0.0"
},
"scripts": {
"start": "ts-node-dev src/index.ts --respawn --transpile-only"
}
}