2
0
Files
bot/packages/scripts/package.json
2022-10-02 10:34:13 +02:00

22 lines
515 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:staging": "NODE_ENV=staging ts-node index.ts",
"start:prod": "NODE_ENV=production ts-node index.ts"
},
"devDependencies": {
"@types/node": "18.7.23",
"db": "workspace:*",
"models": "workspace:*",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"utils": "workspace:*",
"emails": "workspace:*"
}
}