-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"dependencies": {
"axios": "^0.27.2",
"debug": "^4.1.1",
"qs": "^6.6.0",
"release-it": "^15.0.0",
"shortid": "^2.2.14"
},
"devDependencies": {
"auto-changelog": "^2.0.0",
"eslint": "^8.1.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.16.0"
},
"name": "@ima-worldhealth/dhis2-api",
"version": "0.5.7",
"description": "A promise-based wrapper for the DHIS2 web API",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"changelog": "npx auto-changelog --commit-limit false -u",
"beforeStage": "npx auto-changelog",
"release": "release-it --disable-metrics --github.release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IMA-WorldHealth/dhis2-api.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"DHIS2"
],
"author": "jniles",
"license": "MIT",
"bugs": {
"url": "https://github.com/IMA-WorldHealth/dhis2-api/issues"
},
"homepage": "https://github.com/IMA-WorldHealth/dhis2-api#readme"
}