2
0
Files
bot/packages/scripts/package.json
2022-05-13 15:33:53 -07:00

19 lines
409 B
JSON

{
"name": "scripts",
"version": "1.0.0",
"main": "index.js",
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
"start:local": "ts-node index.ts",
"start:prod": "NODE_ENV=production ts-node index.ts",
"start:workspaces:migration": "ts-node workspaceMigration.ts"
},
"devDependencies": {
"db": "*",
"models": "*",
"utils": "*",
"ts-node": "^10.7.0"
}
}