generated from GonzaloHirsch/express-mongo-typescript-api
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 838 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
{
"main": "index.js",
"scripts": {
"start": "ts-node-dev src/index.ts"
},
"name": "toptal-hacking-jwt",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/GonzaloHirsch/toptal-hacking-jwt.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GonzaloHirsch/toptal-hacking-jwt/issues"
},
"homepage": "https://github.com/GonzaloHirsch/toptal-hacking-jwt#readme",
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.14",
"@types/jsonwebtoken": "^8.5.9",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4"
},
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^8.5.1"
}
}