-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
42 lines (42 loc) · 1.33 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
{
"name": "avclient-livekit",
"description": "LiveKit A/V module for FoundryVTT",
"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": {
"watch": "webpack --watch --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"build:dev": "webpack --config webpack.dev.js"
},
"browserslist": [
"defaults"
],
"dependencies": {
"jose": "^5.2.4",
"livekit-client": "^1.15.13"
},
"devDependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "https://github.com/League-of-Foundry-Developers/foundry-vtt-types.git",
"@types/jsonwebtoken": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typhonjs-fvtt/validate-manifest": "^8.0.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^12.0.2",
"crypto-browserify": "^3.12.0",
"eslint": "^9.1.1",
"process": "^0.11.10",
"source-map-loader": "^5.0.0",
"stream-browserify": "^3.0.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"util": "^0.12.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
},
"packageManager": "yarn@3.6.0"
}