-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
47
48
{
"name": "ts-expres",
"version": "0.0.1",
"description": "Typescript , Express js , javacript",
"main": "index.js",
"repository": "https://github.com/godgodwinter/ts-express-23-02.git",
"author": "godgodwinter <kakadz.pro@gmail.com>",
"license": "MIT",
"scripts": {
"dev_old": "nodemon ./build/index.js",
"dev": "nodemon -w src src/index.ts",
"start": "node dist/index.js",
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"axios": "^1.3.5",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-validator": "^6.15.0",
"helmet": "^6.0.1",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"mysql2": "^3.1.0",
"redis": "^4.6.5",
"sequelize": "^6.28.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/bcryptjs": "^2.4.2",
"@types/compression": "^1.7.2",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/helmet": "^4.0.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/morgan": "^1.9.4",
"@types/uuid": "^9.0.0",
"@types/validator": "^13.7.12",
"typescript": "^4.9.5"
}
}