-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
32 lines (32 loc) · 1.34 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
{
"name": "rea-playspace",
"version": "0.0.1",
"description": "A visual node-and-edge playspace for exploring Valueflows and REA accounting",
"repository": {
"type": "git",
"url": "git+https://github.com/lightningrodlabs/rea-playspace.git"
},
"private": true,
"workspaces": [
"yaati",
"data-providers",
"valueflows-models",
"ui",
"tests"
],
"scripts": {
"lint": "cd ui && pnpm run lint",
"test": "bash scripts/happ-test.sh",
"happ": "bash scripts/happ-pack.sh",
"build": "npm run happ && cd modules/typed-object-tweezers && pnpm build && cd - && cd modules/valueflows-models && pnpm build && cd - && cd modules/data-providers && pnpm build && cd - && cd modules/yaati && pnpm build && cd - && cd ui && pnpx vite build && cd -",
"zip": "pnpm run build && cd ui/dist && zip -r ../ui.zip .",
"webhapp": "pnpm run zip && hc web-app pack workdir/",
"launch": "sh -c 'set -o allexport; . environments/.env; set +o allexport; RUST_LOG=warn echo \"pass\" | hc launch --piped -n 1 ./happ/workdir/playspace.happ -w --ui-path ./ui/dist network mdns'"
},
"author": "Shane O'Donnell <shane.odonnell@steeltoad.io>, Jillian Ada Burrows <jill@adaburrows.com>, Connor Turland <connor@sprillow.com>",
"license": "CAL-1.0",
"dependencies": {
"@holochain-open-dev/utils": "^0.13.6",
"ui": "^0.2.4"
}
}