-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.85 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.85 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
{
"name": "hashtree-cc",
"private": true,
"type": "module",
"description": "Standalone workspace for the hashtree.cc site",
"repository": "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree-cc",
"homepage": "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree-cc",
"bugs": {
"url": "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree-cc?tab=issues"
},
"packageManager": "pnpm@10.23.0",
"scripts": {
"dev": "pnpm --filter hashtree-cc dev",
"build:deps": "pnpm --filter hashtree-cc build:deps",
"build": "pnpm --filter hashtree-cc build",
"preview": "pnpm --filter hashtree-cc preview",
"test": "pnpm --filter hashtree-cc test:release && pnpm --filter hashtree-cc test",
"test:release": "pnpm --filter hashtree-cc test:release",
"test:e2e": "pnpm --filter hashtree-cc test:e2e",
"test:portable": "pnpm --filter hashtree-cc test:portable",
"smoke:portable": "pnpm --filter hashtree-cc smoke:portable",
"publish:portable": "pnpm --filter hashtree-cc publish:portable",
"release:site": "pnpm --filter hashtree-cc release:site"
},
"pnpm": {
"overrides": {
"@hashtree/collection": "link:../hashtree/ts/packages/hashtree-collection",
"@hashtree/core": "link:../hashtree/ts/packages/hashtree",
"@hashtree/dexie": "link:../hashtree/ts/packages/hashtree-dexie",
"@hashtree/index": "link:../hashtree/ts/packages/hashtree-index",
"@hashtree/mesh": "link:../hashtree/ts/packages/hashtree-mesh",
"@hashtree/nostr": "link:../hashtree/ts/packages/hashtree-nostr",
"@hashtree/worker": "0.2.14",
"ndk": "workspace:*",
"ndk-cache": "workspace:*",
"nostr-social-graph": "workspace:*"
},
"onlyBuiltDependencies": [
"esbuild"
]
}
}