-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "AuthBE",
"version": "1.0.0",
"main": "index.js",
"author": "Nsquik <46610139+Nsquik@users.noreply.github.com>",
"license": "MIT",
"scripts": {
"dev": "ts-node-dev -r tsconfig-paths/register src/index.ts",
"start": "ts-node-dev --no-notify src/"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"@prisma/client": "2.21.2",
"bcrypt": "^5.0.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http-errors": "^1.8.0",
"joi": "^17.3.0",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"random-frog": "^2.0.0",
"request": "^2.88.2",
"ts-node": "^9.1.1",
"ts-node-dev": "1.0.0-pre.50",
"typescript": "^4.1.3"
},
"devDependencies": {
"@prisma/cli": "2.15.0",
"@types/bcrypt": "^3.0.0",
"@types/express": "^4.17.11",
"@types/http-errors": "^1.8.0",
"@types/jsonwebtoken": "^8.5.0",
"@types/morgan": "^1.9.2",
"@types/node-fetch": "^2.5.8",
"prisma": "2.21.2",
"tsconfig-paths": "^3.9.0"
}
}