-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "framology9users",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"server": "tsx ./src/server.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/cors": "^2.8.13",
"@typescript-eslint/parser": "^5.0.0",
"aws-sdk": "^2.1334.0",
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"drizzle-orm": "^0.21.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mysql2": "^3.2.0",
"node-telegram-bot-api": "^0.61.0",
"stripe": "^11.7.0",
"tsx": "^3.12.5"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.15",
"@types/jsonwebtoken": "^9.0.1",
"@types/multer": "^1.4.7",
"@types/multer-s3": "^3.0.0",
"@types/node": "^18.11.18",
"@types/node-telegram-bot-api": "^0.57.6",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"drizzle-kit": "^0.17.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^31.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"typescript": "*"
}
}