-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 788 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 788 Bytes
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
{
"name": "washapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "nodemon app.ts",
"build": "tsc -b"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"class-validator": "^0.14.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jwt-decode": "^3.1.2",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"pg": "^8.8.0",
"typeorm": "^0.3.11"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/express": "^4.17.15",
"@types/node": "^18.11.18",
"@types/passport": "^1.0.11",
"@types/passport-jwt": "^3.0.8",
"http-status": "^1.6.2",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}