-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 943 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
39
{
"name": "codebase-nodejs-rest",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"author": "Dimas Restu Hidayanto",
"license": "ISC OR GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/dimaskiddo/codebase-nodejs-rest.git"
},
"keys": {
"type": "rsa",
"url": "http://travistidwell.com/jsencrypt/demo/"
},
"dependencies": {
"convict": "^6.2.4",
"convict-format-with-validator": "^6.2.0",
"dotenv": "^6.2.0",
"express": "^4.18.2",
"express-useragent": "^1.0.15",
"helmet": "^3.21.2",
"jsonwebtoken": "^9.0.1",
"minio": "^7.0.5",
"moment-timezone": "^0.5.43",
"mongodb": "^3.1.13",
"multer": "^1.4.5-lts.1",
"mysql": "^2.16.0",
"validate.js": "^0.12.0",
"winston": "^2.4.5",
"winston-logstash": "^0.4.0"
},
"devDependencies": {
"eslint": "^5.14.0"
}
}