forked from AsteroidToast46/gitgo_digital
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.13 KB
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": "gitgo_digital",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Techharik/gitgo_digital.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Techharik/gitgo_digital/issues"
},
"homepage": "https://github.com/Techharik/gitgo_digital#readme",
"dependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.5",
"bcrypt": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"express-rate-limit": "^8.2.1",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.1",
"nodemailer": "^7.0.11",
"winston": "^3.18.3",
"zod": "^4.1.13"
},
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@types/jest": "^30.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/morgan": "^1.9.10",
"@types/nodemailer": "^7.0.4",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.4.5"
}
}