* bot can login to discord * changed node and npm to iron lts * added typescript runnables * more dev scripts * readme update on scripts * event handling skeleton * fixed compiler target issue
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"restartable": "rs",
|
|
"ignore": ["node_modules/"],
|
|
"watch": ["src/"],
|
|
"execMap": {
|
|
"ts": "ts-node --esm"
|
|
},
|
|
"env": {
|
|
"NODE_ENV": "development"
|
|
},
|
|
"ext": "js,json,ts"
|
|
} |