forked from shikshalokam/sl-unnati-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.8 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "sl-improvement-service",
"version": "1.0.0",
"description": "Improvement service",
"main": "app.js",
"bin": {
"improvement-service-migrations": "module/migrations/bin/migrations.js"
},
"scripts": {
"test": "mocha --timeout 10000",
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/shikshalokam/sl-unnati-service.git"
},
"keywords": [
"shikshalokam"
],
"author": "Shikshalokam <info@shikshalokam.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/shikshalokam/sl-unnati-service/issues"
},
"homepage": "https://github.com/shikshalokam/sl-unnati-service#readme",
"dependencies": {
"async": "^3.2.0",
"body-parser": "^1.19.0",
"bunyan": "^1.8.12",
"bunyan-format": "^0.2.1",
"cache-manager": "^3.1.0",
"cli-table": "^0.3.1",
"cors": "^2.8.5",
"csvtojson": "^2.0.10",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.6",
"express-validator": "^5.3.1",
"fn-args": "^4.0.0",
"form-urlencoded": "^4.1.3",
"fs": "0.0.1-security",
"fs-extra": "^9.0.1",
"json2csv": "^5.0.3",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"kafka-node": "^4.1.3",
"keycloak-auth-utils": "^3.3.0",
"lodash": "^4.17.15",
"log": "^1.4.0",
"moment-timezone": "^0.5.31",
"mongoose": "^5.9.4",
"mongoose-autopopulate": "^0.12.0",
"mongoose-delete": "^0.5.1",
"mongoose-timestamp": "^0.6.0",
"mongoose-ttl": "0.0.3",
"p-each-series": "^2.1.0",
"path": "^0.12.7",
"request": "^2.88.2",
"require-all": "^3.0.0",
"uuid": "^8.3.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"grunt-apidoc": "^0.11.0",
"gulp": "^4.0.2",
"gulp-apidoc": "^0.2.8"
}
}