forked from project-sunbird/ml-reports-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 867 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": "1.0.0",
"private": true,
"scripts": {
"start": "app.js",
"test": "mocha --timeout 10000",
"coverage": " nyc --reporter=lcov mocha --timeout 10000 test --exit"
},
"dependencies": {
"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": "^2.6.2",
"express": "^4.16.4",
"jsonwebtoken": "^8.3.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"require-all": "^3.0.0",
"rimraf": "^3.0.0",
"uuid": "^3.3.3",
"aws-sdk": "^2.523.0",
"object.omit": "^3.0.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"mocha": "^6.2.2"
}
}