-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
70 lines (70 loc) · 1.94 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "obs-utils",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "yarn@4.5.0",
"description": "A foundry module for all your streaming needs!",
"author": "Faey Umbrea",
"license": "AGPL-3.0-only",
"homepage": "https://github.com/FaeyUmbrea/obs-utils#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/FaeyUmbrea/obs-utils.git"
},
"bugs": {
"url": "https://github.com/FaeyUmbrea/obs-utils/issues"
},
"imports": {
"#runtime/*": "@typhonjs-fvtt/runtime/*"
},
"main": "src/module/obs-util.js",
"scripts": {
"build": "vite build",
"preview": "vite preview",
"test": "yarn playwright test",
"watch": "vite build --watch",
"dev": "vite",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"linkFoundry": "node tools/foundryLink.js"
},
"dependencies": {
"@antfu/eslint-config": "^3.12.0",
"@directus/sdk": "^18.0.3",
"@sveltejs/svelte-virtual-list": "^3.0.1",
"@types/lodash-es": "^4.17.12",
"@typhonjs-fvtt/runtime": "^0.2.0-next.6",
"@typhonjs-fvtt/standard": "0.2.0-next.1",
"eslint-plugin-antfu": "^2.7.0",
"eslint-plugin-format": "^0.1.3",
"lodash-es": "^4.17.21",
"obs-websocket-js": "^5.0.6",
"svelte-select": "^5.8.3"
},
"devDependencies": {
"@jhubbardsf/svelte-sortablejs": "^1.1.0",
"@league-of-foundry-developers/foundry-vtt-types": "^12.331.3-beta",
"@playwright/test": "^1.49.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/obs-studio": "^2.17.2",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"esbuild": "^0.24.1",
"eslint": "^9.17.0",
"eslint-plugin-svelte": "^2.46.1",
"flat": "^6.0.1",
"globals": "^15.14.0",
"monocart-reporter": "^2.9.12",
"postcss": "^8.4.49",
"postcss-preset-env": "^10.1.2",
"postcss-styl": "^0.12.3",
"rollup-plugin-visualizer": "^5.12.0",
"stylus": "^0.64.0",
"svelte": "^4.2.19",
"svelte-preprocess": "^6.0.3",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vitest": "^2.1.8"
}
}