-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/config": "^0.0.39",
"@types/express": "^4.17.13",
"@types/joi": "^17.2.3",
"@types/jsonwebtoken": "^8.5.4",
"@types/pino": "^6.3.11",
"@types/pino-pretty": "^4.7.1"
},
"dependencies": {
"dayjs": "^1.10.6",
"dotenv": "^10.0.0",
"mongoose": "^5.13.5",
"nanoid": "^3.1.23",
"ts-node": "^10.1.0",
"yup": "^0.32.9"
},
"name": "drop-young-ts-mongo",
"description": "This is a template for developping a server-side application (RESTful) on top of TypeScript + MongoDB.",
"version": "1.0.0",
"main": "src/app.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SauveJeanLuc/drop-young-ts-mongo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SauveJeanLuc/drop-young-ts-mongo/issues"
},
"homepage": "https://github.com/SauveJeanLuc/drop-young-ts-mongo#readme"
}