-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.05 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.05 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
{
"scripts": {
"test": "pnpm turbo run test",
"typecheck": "pnpm turbo run typecheck",
"check": "deno check packages/**/*.ts",
"react:dev": "npx vite packages/react/example",
"docs:dev": "cd docs && npm i && npm run dev",
"docs:build": "cd docs && npm i && npm run build",
"build:all": "pnpm turbo run build",
"changeset": "changeset",
"pkgs:version": "changeset version",
"pkgs:publish": "changeset publish"
},
"private": true,
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"devDependencies": {
"@changesets/cli": "^2.29.5",
"@types/node": "^24.1.0",
"@types/sinon": "^17.0.4",
"esbuild": "^0.25.9",
"glob": "^11.0.3",
"lerna": "^8.2.3",
"lru-cache": "^10.2.0",
"mock-socket": "9.3.1",
"nostr-tools": "^2.13.0",
"sinon": "^21.0.0",
"turbo": "^2.5.5",
"typescript": "^5.9.2",
"websocket-ts": "^2.2.1",
"zod": "^4.3.6"
},
"type": "module"
}