2
0
Files
bot/packages/scripts/package.json
2022-11-16 09:04:52 +01:00

25 lines
568 B
JSON

{
"name": "scripts",
"version": "1.0.0",
"main": "index.js",
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
"start:local": "tsx index.ts",
"start:staging": "NODE_ENV=staging tsx index.ts",
"start:prod": "NODE_ENV=production tsx index.ts"
},
"devDependencies": {
"@types/node": "18.11.9",
"axios": "^1.1.3",
"db": "workspace:*",
"emails": "workspace:*",
"got": "12.5.2",
"models": "workspace:*",
"stripe": "10.17.0",
"tsx": "3.12.1",
"typescript": "4.8.4",
"utils": "workspace:*"
}
}