forked from livestorejs/livestore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.38 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
{
"name": "livestore-workspace",
"private": true,
"workspaces": [
"docs",
"docs/src/content/_assets/code",
"examples/*",
"packages/@livestore/adapter-cloudflare",
"packages/@livestore/adapter-web",
"packages/@livestore/common",
"packages/@livestore/common-cf",
"packages/@livestore/effect-playwright",
"packages/@livestore/framework-toolkit",
"packages/@livestore/livestore",
"packages/@livestore/peer-deps",
"packages/@livestore/react",
"packages/@livestore/sqlite-wasm",
"packages/@livestore/sync-cf",
"packages/@livestore/utils",
"packages/@livestore/utils-dev",
"packages/@livestore/wa-sqlite",
"packages/@livestore/webmesh",
"packages/@local/astro-tldraw",
"packages/@local/astro-twoslash-code",
"packages/@local/astro-twoslash-code/example",
"packages/@local/shared",
"scripts",
"tests/integration",
"tests/package-common",
"tests/perf",
"tests/perf-eventlog",
"tests/sync-provider",
"tests/wa-sqlite"
],
"scripts": {
"changeset": "changeset",
"changeset:status": "changeset status",
"changeset:version": "changeset version"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"typescript": "6.0.3"
},
"packageManager": "pnpm@11.3.0",
"$genie": {
"source": "package.json.genie.ts",
"warning": "DO NOT EDIT - changes will be overwritten"
}
}