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-16 09:04:37 +01:00
|
|
|
"stripe": "10.17.0",
|
2022-11-15 15:42:13 +01:00
|
|
|
"tsx": "3.12.1",
|
2022-10-02 10:34:13 +02:00
|
|
|
"typescript": "4.8.4",
|
2022-11-02 19:45:46 +01:00
|
|
|
"utils": "workspace:*"
|
2022-02-25 09:45:31 +01:00
|
|
|
}
|
|
|
|
}
|