-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 963 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "bet-signals",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "ts-node -r tsconfig-paths/register -r dotenv-flow/config --transpile-only src/main.ts",
"build": "babel src --extensions \".ts,.js\" --out-dir dist --copy-files"
},
"dependencies": {
"@prisma/client": "^4.7.0",
"@types/express": "^4.17.14",
"body-parser": "^1.20.1",
"date-fns": "^2.29.3",
"dotenv-flow": "^3.2.0",
"express": "^4.18.2",
"mailgun-js": "^0.22.0",
"telegraf": "4.11.2",
"telegraf-ratelimit": "^2.0.0"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/mailgun-js": "^0.22.12",
"@types/node": "^17.0.12",
"eslint": "7.32.0",
"prettier": "latest",
"prisma": "^4.7.0",
"ts-node-dev": "^1.0.0-pre.49",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.5.3"
}
}