-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 947 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
{
"name": "server",
"version": "0.0.1",
"description": "Coding assistant server",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nbirillo/coding-assistant-server"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/nbirillo/coding-assistant-server",
"dependencies": {
"archiver": "^3.1.1",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"crypto": "^1.0.1",
"dotenv": "^7.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.6",
"fs": "0.0.1-security",
"https-proxy-agent": "^3.0.1",
"intel": "^1.2.0",
"jsonwebtoken": "^8.4.0",
"mongoose": "^5.4.0",
"mongoose-sequence": "^4.0.1",
"multer": "^1.4.2",
"nodemailer": "^5.1.1",
"nodemailer-smtp-transport": "^2.7.4",
"password-generator": "^2.2.0",
"querystring": "^0.2.0",
"zip-folder": "^1.0.0"
}
}