-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 870 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
{
"name": "node-store",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node -r ts-node/register/transpile-only ./src/server.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.6.1",
"azure-storage": "^2.10.7",
"body-parser": "^1.19.2",
"debug": "^4.3.3",
"express": "^4.17.3",
"guid": "^0.0.12",
"http": "^0.0.1-security",
"jsonwebtoken": "^8.5.1",
"md5": "^2.3.0",
"mongoose": "^6.2.2"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/guid": "^1.0.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/md5": "^2.3.2",
"@types/nodemon": "^1.19.1",
"nodemon": "^2.0.15",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
}
}