forked from medic/cht-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.14 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
{
"name": "medic-cht-ref",
"version": "0.1.0",
"description": "",
"directories": {
"test": "test"
},
"scripts": {
"eslint": "npx eslint *.json test/**/*.js",
"test": "npm run eslint && npm run test-unit",
"test-forms": "npm run eslint && TZ=Africa/Nairobi mocha --reporter spec test/forms/**/*.spec.js --timeout 10000",
"test-tasks": "npm run eslint && TZ=Africa/Nairobi mocha --reporter progress test/tasks/*.spec.js --timeout 10000",
"test-targets": "npm run eslint && TZ=Africa/Nairobi mocha --reporter progress test/targets/*.spec.js --timeout 10000",
"test-contact-summary": "npm run eslint && TZ=Africa/Nairobi mocha --reporter progress test/contact-summary/*.spec.js --timeout 10000",
"test-unit": "TZ=Africa/Nairobi mocha --recursive --reporter spec test --timeout 20000"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-exclude": "^1.0.8",
"chai-like": "^1.1.1",
"chai-things": "^0.2.0",
"eslint-plugin-json": "^2.0.1",
"cht-conf": "^3.7.0",
"medic-conf-test-harness": "^2.1.3",
"mocha": "^5.1.1",
"sinon": "^11.1.2"
},
"dependencies": {
"moment": "^2.24.0"
}
}