forked from cloudflare/partykit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2 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
56
57
58
59
60
61
62
63
{
"name": "@partyserver/partyserver-root",
"version": "0.0.0",
"private": true,
"description": "Everything's better with friends",
"scripts": {
"build": "npm run build -w partyserver -w partysocket -w y-partyserver -w partysub -w partyfn -w partysync -w partywhen -w partytracks -w hono-party && tsx scripts/check-exports.ts",
"check": "npm run check:repo && npm run check:format && npm run check:lint && npm run check:type && npm run check:test",
"format": "prettier . --write --ignore-unknown",
"check:format": "prettier . --check --ignore-unknown",
"check:lint": "biome check",
"check:repo": "sherif",
"check:test": "npm run check:test -w partyserver -w partysocket -w partysub -w partywhen -w partytracks",
"check:type": "tsx scripts/typecheck.ts",
"all": "npm i && npm run build && npm run check"
},
"author": "Sunil Pai <spai@cloudflare.com>",
"license": "ISC",
"workspaces": [
"packages/*",
"fixtures/*"
],
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@cloudflare/vite-plugin": "^1.19.0",
"@cloudflare/vitest-pool-workers": "^0.10.4",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@types/node": "25.0.3",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/runner": "3.2.4",
"@vitest/snapshot": "3.2.4",
"cross-env": "^10.1.0",
"jsdom": "^27.3.0",
"pkg-pr-new": "^0.0.62",
"prettier": "^3.7.4",
"sherif": "^1.9.0",
"shx": "^0.4.0",
"tsdown": "^0.18.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^7.3.0",
"vite-plugin-devtools-json": "^1.0.0",
"vitest": "3.2.4",
"wrangler": "^4.56.0"
},
"overrides": {
"esbuild": "0.25.0",
"@types/node": "25.0.3",
"prosemirror-model": "1.22.2",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"trustedDependencies": [
"@biomejs/biome",
"core-js",
"esbuild",
"workerd"
],
"packageManager": "npm@11.7.0",
"type": "module"
}