-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
45 lines (45 loc) · 1.52 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
{
"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.27.1",
"@livekit/changesets-changelog-github": "^0.0.4",
"@rushstack/heft": "^0.68.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-turbo": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-tsdoc": "^0.3.0",
"prettier": "^3.2.5",
"turbo": "^2.0.0",
"typescript": "^5.4.5",
"vitest": "^2.0.0"
},
"packageManager": "pnpm@9.2.0"
}