-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.45 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
{
"name": "avclient-livekit",
"description": "LiveKit A/V module for FoundryVTT",
"packageManager": "pnpm@11.7.0",
"type": "module",
"private": true,
"repository": "https://github.com/bekriebel/fvtt-module-avclient-livekit",
"author": "Brint E. Kriebel <fvtt-module-help@bekit.net>",
"license": "Hippocratic-2.1",
"scripts": {
"dev": "vite",
"serve:prod": "vite --mode production",
"build": "vite build",
"build:dev": "vite build --mode development",
"watch": "vite build --mode development --watch",
"watch:prod": "vite build --watch",
"clean": "rm -rf dist",
"clean:deep": "rm -rf dist node_modules"
},
"browserslist": [
"defaults"
],
"dependencies": {
"debug": "^4.4.3",
"jose": "^6.2.3",
"livekit-client": "2.19.2"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@pixi/assets": "github:foundry-vtt-types/pixi-assets#main",
"@pixi/compressed-textures": "github:foundry-vtt-types/pixi-compressed-textures#main",
"@pixi/core": "github:foundry-vtt-types/pixi-core#main",
"@types/debug": "^4.1.13",
"@types/jsonwebtoken": "^9.0.10",
"@vitejs/plugin-basic-ssl": "^2.3.0",
"eslint": "^10.5.0",
"fvtt-types": "github:League-of-Foundry-Developers/foundry-vtt-types#v13.345.1",
"prettier": "3.8.4",
"typescript": "~6.0.3",
"typescript-eslint": "8.61.1",
"vite": "^8.0.16",
"vite-plugin-checker": "0.14.1",
"vite-plugin-static-copy": "^4.1.1"
}
}