-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 892 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 892 Bytes
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
{
"version": "4.2.3",
"private": true,
"workspaces": [
"packages/*"
],
"repository": "https://github.com/dhis2/cli",
"author": "Austin McGee <austin@dhis2.org>",
"contributors": [
"Viktor Varland <viktor@dhis2.org>"
],
"license": "BSD-3-Clause",
"devDependencies": {
"@dhis2/cli-style": "^10.5.1",
"@dhis2/cli-utils-docsite": "^3.2.0",
"tape": "^4.13.2",
"tape-await": "^0.1.2"
},
"scripts": {
"build:docs": "d2-utils-docsite build ./docs -o ./dist",
"start": "d2-utils-docsite serve ./docs -o ./dist",
"test": "tape packages/**/tests/*.js"
},
"d2": {
"docsite": {
"name": "DHIS2 CLI",
"description": "A unified CLI for DHIS2 development workflows."
}
},
"resolutions": {
"@ls-lint/ls-lint": "2.0.1"
}
}