-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 989 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-API-BaltaIO",
"version": "1.0.0",
"description": "Node API made in the Balta.io course",
"main": "index.js",
"scripts": {
"start": "node ./bin/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GhostDovahkiin/Node-API-BaltaIO.git"
},
"keywords": [],
"author": "Pedro Henrique -> Github @ghostdovahkiin",
"license": "MIT",
"bugs": {
"url": "https://github.com/GhostDovahkiin/Node-API-BaltaIO/issues"
},
"homepage": "https://github.com/GhostDovahkiin/Node-API-BaltaIO#readme",
"dependencies": {
"@sendgrid/mail": "^7.1.1",
"azure-storage": "^2.10.3",
"body-parser": "^1.19.0",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"guid": "0.0.12",
"http": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"md5": "^2.2.1",
"mongoose": "^5.9.15",
"node-sass": "^4.14.1",
"node-uuid": "^1.4.8"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}