forked from partykit/partykit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.72 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@partykit/repo",
"version": "0.0.0",
"private": true,
"description": "The monorepo for Partykit",
"workspaces": [
"apps/*",
"packages/*",
"examples/*"
],
"scripts": {
"start": "npm start -w partykit",
"build": "npm run build -w partykit && concurrently \"npm run build -w y-partykit\" \"npm run build -w partysocket\" \"npm run build -w create-partykit\" \"npm run build -w partymix\" \"npm run build -w party.io\" \"npm run build -w partykit-ai\" \"npm run build -w nitroparty\" --kill-others-on-fail",
"check": "concurrently \"npm run repocheck\" \"npm run lint\" \"npm run typecheck\" \"npx vitest --watch=false\" --kill-others-on-fail",
"lint": "npx eslint \"**/*.[tj]s?(x)\" --max-warnings=0 --report-unused-disable-directives",
"test": "vitest",
"repocheck": "manypkg check",
"typecheck": "npm exec tsc --workspaces",
"postinstall": "patch-package"
},
"keywords": [],
"author": "PartyKit, Inc. <[email protected]>",
"license": "ISC",
"dependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@manypkg/cli": "^0.21.3",
"@microsoft/api-extractor": "^7.43.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"esbuild-register": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-deprecation": "^2.0.0",
"ink-testing-library": "^3.0.0",
"jsdom": "^24.0.0",
"patch-package": "^8.0.0",
"prettier": "^3.2.5",
"shx": "^0.3.4",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
},
"trustedDependencies": [
"sharp"
]
}