-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 991 Bytes
/
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
{
"name": "node-refresh-token",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node-dev --ignore-watch node_modules src/api/main.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/delfim-junior/node-refresh-token.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/delfim-junior/node-refresh-token/issues"
},
"homepage": "https://github.com/delfim-junior/node-refresh-token#readme",
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"prisma": "^3.8.1",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.5"
},
"dependencies": {
"@prisma/client": "^3.8.1",
"@types/bcryptjs": "^2.4.2",
"bcryptjs": "^2.4.3",
"dayjs": "^1.10.7",
"dotenv": "^15.0.0",
"express": "^4.17.2",
"express-async-errors": "^3.1.1",
"jsonwebtoken": "^8.5.1"
}
}