-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.11 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.11 KB
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
{
"version": "5.4.0",
"private": true,
"repository": "https://github.com/dhis2/cli",
"author": "Austin McGee <austin@dhis2.org>",
"contributors": [
"Viktor Varland <viktor@dhis2.org>"
],
"workspaces": [
"packages/*"
],
"license": "BSD-3-Clause",
"devDependencies": {
"@dhis2/cli-style": "^10.7.9",
"@dhis2/cli-utils-docsite": "^3.2.0",
"tape": "^4.17.0",
"tape-await": "^0.1.2"
},
"scripts": {
"build:docs": "mkdir -p dist && cp docs/index.html dist/",
"start": "d2-utils-docsite serve ./docs -o ./dist",
"test": "tape packages/**/tests/*.js",
"format": "d2-style apply",
"lint": "d2-style check"
},
"d2": {
"docsite": {
"name": "DHIS2 CLI",
"description": "A unified CLI for DHIS2 development workflows."
}
},
"resolutions": {
"@ls-lint/ls-lint": "2.0.1"
},
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184"
}