-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.33 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
{
"name": "@medic/cht-stock-monitoring-workflow",
"version": "1.2.0",
"description": "Stock monitoring workflow for CHT applications",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/medic/cht-stock-monitoring-workflow.git"
},
"keywords": [
"stock",
"monitoring"
],
"bin": {
"cht-stock-monitoring-workflow": "./main.js"
},
"scripts": {
"cz": "cz",
"test": "jest --testTimeout=25000 --runInBand",
"semantic-release": "semantic-release",
"prepare": "husky"
},
"license": "AGPL-3.0-only",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@medic/eslint-config": "^1.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"cht-nootils": "^4.2.0",
"commitizen": "^4.3.0",
"eslint": "^6.8.0",
"eslint-plugin-json": "^2.0.1",
"git-cz": "^4.9.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"rewire": "^6.0.0",
"semantic-release": "^24.1.1"
},
"dependencies": {
"chalk": "^4.1.0",
"exceljs": "^4.4.0",
"fraction.js": "^4.2.0",
"fs-extra": "^11.1.0",
"inquirer": "^8.2.5",
"jest-junit": "^16.0.0",
"luxon": "^3.3.0",
"validator": "^13.12.0"
},
"config": {
"commitizen": {
"path": "git-cz"
}
}
}