forked from project-sunbird/ml-reports-service
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 873 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
{
"name": "ml-report-service",
"version": "8.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"test": "mocha --timeout 10000",
"coverage": " nyc --reporter=lcov mocha --timeout 10000 test --exit"
},
"dependencies": {
"aws-sdk": "^2.523.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"chart.js": "^2.9.4",
"chartjs-node-canvas": "^3.1.0",
"chartjs-plugin-datalabels": "^0.7.0",
"cli-table": "^0.3.1",
"cookie-parser": "~1.4.4",
"dotenv": "^8.2.0",
"druid-query": "^2.1.0",
"ejs": "^3.1.7",
"express": "^4.16.4",
"jsonwebtoken": "^8.3.0",
"mocha": "^10.1.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"object.omit": "^3.0.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"require-all": "^3.0.0",
"rimraf": "^3.0.0",
"uuid": "^3.3.3"
}
}