-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1.11 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
{
"name": "webrtc-tweaks",
"description": "Improvements for the WebRTC video conferencing system",
"private": true,
"repository": "https://github.com/bekriebel/fvtt-module-webrtc_tweaks",
"author": "Brint E. Kriebel <[email protected]>",
"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": {},
"devDependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "^9.255.3",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^10.2.4",
"crypto-browserify": "^3.12.0",
"eslint": "^8.13.0",
"process": "^0.11.10",
"source-map-loader": "^3.0.1",
"stream-browserify": "^3.0.0",
"terser-webpack-plugin": "^5.3.1",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"util": "^0.12.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
}
}