2
0
Files
bot/packages/scripts/package.json

24 lines
543 B
JSON
Raw Normal View History

2022-02-25 09:45:31 +01:00
{
"name": "scripts",
"version": "1.0.0",
"main": "index.js",
2022-03-17 16:39:12 +01:00
"license": "AGPL-3.0-or-later",
2022-02-25 09:45:31 +01:00
"private": true,
"scripts": {
2022-11-02 19:45:46 +01:00
"start:local": "tsx index.ts",
"start:staging": "NODE_ENV=staging tsx index.ts",
"start:prod": "NODE_ENV=production tsx index.ts"
2022-02-25 09:45:31 +01:00
},
"devDependencies": {
2022-11-02 19:45:46 +01:00
"@types/node": "18.11.9",
"axios": "^1.1.3",
2022-08-08 08:21:36 +02:00
"db": "workspace:*",
2022-11-02 19:45:46 +01:00
"emails": "workspace:*",
"got": "12.5.2",
2022-08-08 08:21:36 +02:00
"models": "workspace:*",
2022-11-02 19:45:46 +01:00
"tsx": "3.11.0",
"typescript": "4.8.4",
2022-11-02 19:45:46 +01:00
"utils": "workspace:*"
2022-02-25 09:45:31 +01:00
}
}