-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.51 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@chbrain/khai-plays-hcandersen",
"version": "0.269.0",
"description": "khai plays: the H.C. Andersen production house. Plays staged with khai; the source is credited where it is in the public domain.",
"type": "module",
"exports": {
".": "./package.json",
"./package.json": "./package.json",
"./registry.json": "./registry.json"
},
"license": "SEE LICENSE IN LICENSE and LICENSE-CODE",
"repository": {
"type": "git",
"url": "git+https://github.com/ChBrain/khai-plays-hcandersen.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "public"
},
"files": [
"plays/**",
"registry.json",
"README.md",
"LICENSE",
"LICENSE-CODE"
],
"khai": {
"engine": "plays-hcandersen",
"card": {
"wire": "The H.C. Andersen production house: a collection of khai plays."
}
},
"scripts": {
"test": "vitest run",
"format": "prettier --write .",
"format:check": "prettier --check .",
"version": "changeset version && npx khai-tests registry build",
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@chbrain/khai-arch": "^0.1.22",
"@chbrain/khai-guard": "^0.1.17",
"@chbrain/khai-language": "^0.1.0",
"@chbrain/khai-pack": "^0.0.3",
"@chbrain/khai-review": "^0.1.0",
"@chbrain/khai-tests": "^0.1.28",
"husky": "^9.1.0",
"prettier": "^3.9.5",
"vitest": "^4.1.10"
},
"dependencies": {
"@chbrain/khai-engine-spine": "^0.1.4"
}
}