Files
bot/packages/scripts/package.json
Baptiste Arnaud 9e08ff574b fix: 🐛 Tiny bugs (Sentry)
2022-02-25 18:44:11 +01:00

19 lines
348 B
JSON

{
"name": "scripts",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"start:local": "ts-node index.ts",
"start:prod": "NODE_ENV=production ts-node index.ts"
},
"devDependencies": {
"db": "*",
"ts-node": "^10.5.0"
},
"dependencies": {
"firebase-admin": "^10.0.2"
}
}