2
0
Files
bot/packages/scripts/package.json
2022-05-17 08:16:55 -07:00

20 lines
491 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",
"start:workspaces:migration:recover": "ts-node workspaceMigrationRecover.ts"
},
"devDependencies": {
"db": "*",
"models": "*",
"utils": "*",
"ts-node": "^10.7.0"
}
}