2
0
Files
bot/packages/scripts/package.json
Baptiste Arnaud e17a1a0869 feat(editor): Restore published version button
Had to migrate webhooks into a standalone table
2022-03-01 07:37:01 +01:00

21 lines
385 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": "*",
"models": "*",
"utils": "*",
"ts-node": "^10.5.0"
},
"dependencies": {
"firebase-admin": "^10.0.2"
}
}