-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.61 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.61 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
{
"name": "@livekit/node-sdk-monorepo",
"author": "LiveKit",
"private": true,
"type": "module",
"version": "0.0.0",
"scripts": {
"build": "turbo run build",
"build:livekit-rtc": "turbo run build --filter=@livekit/rtc-node...",
"build:artifacts": "turbo run artifacts --filter=@livekit/rtc-node...",
"ci:publish": "changeset publish",
"api:check": "turbo run api:check",
"api:update": "turbo run api:update",
"format:check": "prettier --check \"**/src/**/*.{ts,tsx,md,json}\"",
"format:write": "prettier --write \"**/src/**/*.{ts,tsx,md,json}\"",
"lint": "turbo lint",
"lint:fix": "turbo lint -- --fix",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@livekit/changesets-changelog-github": "^0.0.4",
"@rushstack/heft": "^0.74.5",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.60.1",
"@typescript-eslint/parser": "^8.60.1",
"eslint": "^8.57.1",
"eslint-config-next": "^15.5.19",
"eslint-config-prettier": "^10.1.8",
"eslint-config-standard": "^17.1.0",
"eslint-config-turbo": "^2.9.16",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-promise": "^7.3.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-tsdoc": "^0.4.0",
"prettier": "^3.8.3",
"turbo": "^2.9.16",
"typescript": "5.8.2",
"vitest": "^4.1.8"
},
"workspaces": [
"examples/*",
"packages/*",
"packages/livekit-rtc/npm/*"
],
"packageManager": "pnpm@10.18.2"
}