-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.31 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
49
{
"name": "back-end",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node -r dotenv/config dist/index.js",
"build:start": "tsc && node -r dotenv/config dist/index.js",
"build:pm2": "tsc && pm2 start pm2.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Inbursa-CEM/back-end.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Inbursa-CEM/back-end/issues"
},
"homepage": "https://github.com/Inbursa-CEM/back-end#readme",
"dependencies": {
"@aws-sdk/client-connect-contact-lens": "^3.583.0",
"aws-sdk": "^2.1628.0",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"jwk-to-pem": "^2.0.5",
"mysql2": "^3.9.7",
"sequelize": "^6.37.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/aws-sdk": "^2.7.0",
"@types/bcryptjs": "^2.4.6",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jquery": "^3.5.30",
"@types/jsonwebtoken": "^9.0.6",
"@types/jwk-to-pem": "^2.0.3",
"@types/node": "^20.12.7",
"typescript": "^5.4.3"
}
}