-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.57 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
50
51
52
53
54
55
56
57
58
59
{
"name": "yourdrive",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/app.js",
"dev": "nodemon"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/cors": "^2.8.17",
"@types/express-validator": "^2.20.33",
"bcrypt": "^5.1.1",
"connect-timeout": "^1.9.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express-validator": "^7.2.0",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"pg": "^8.13.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.3",
"simple-git": "^3.27.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"winston": "^3.14.2"
},
"devDependencies": {
"@faker-js/faker": "^9.0.3",
"@types/axios": "^0.9.36",
"@types/bcrypt": "^5.0.2",
"@types/connect-timeout": "^0.0.39",
"@types/express": "^5.0.0",
"@types/faker": "^6.6.8",
"@types/jsonwebtoken": "^9.0.7",
"@types/morgan": "^1.9.9",
"@types/multer": "^1.4.12",
"@types/node": "^22.7.1",
"@types/pg": "^8.11.10",
"@types/sequelize": "^4.28.20",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"axios": "^1.7.7",
"eslint": "^9.11.1",
"faker": "^6.6.6",
"nodemon": "^3.1.7",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.6.3"
}
}