-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 749 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
{
"name": "rocket-entrega",
"version": "1.0.0",
"main": "index.ts",
"author": "",
"license": "ISC",
"description": "",
"scripts": {
"dev": "ts-node-dev --exit-child --transpile-only --ignore-watch node_modules src/server.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"prisma": "^3.14.0",
"ts-node-dev": "^1.1.8",
"tslint": "^6.1.3",
"typescript": "^4.6.4"
},
"dependencies": {
"@prisma/client": "^3.14.0",
"@types/node": "^17.0.35",
"bcrypt": "^5.0.1",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"jsonwebtoken": "^8.5.1"
}
}