-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 1.82 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
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
71
72
73
{
"name": "@kyonax/reckit",
"version": "0.3.0",
"description": "RECKIT — Realtime Edit-free Capture Kyonax Integrated Toolkit",
"author": {
"name": "Cristian D. Moreno - Kyonax",
"url": "https://github.com/kyonax"
},
"maintainers": [
{
"name": "Cristian D. Moreno - Kyonax",
"url": "https://orcid.org/0009-0006-4459-5538"
}
],
"license": "(MPL-2.0 OR Apache-2.0)",
"homepage": "https://github.com/Kyonax/kyo-recording-automation",
"repository": {
"type": "git",
"url": "https://github.com/Kyonax/kyo-recording-automation.git"
},
"bugs": {
"url": "https://github.com/Kyonax/kyo-recording-automation/issues"
},
"keywords": [
"obs",
"obs-studio",
"obs-websocket",
"recording-automation",
"browser-source",
"hud-overlay",
"capture-time",
"content-creation",
"kyonax",
"reckit",
"ccs"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"obs-websocket-js": "^5.0.6",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-prefer-optional-chaining": "^0.0.1",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.14.0",
"happy-dom": "^20.9.0",
"sass": "^1.99.0",
"vite": "^6.0.7",
"vitest": "^4.1.4"
},
"engines": {
"node": ">=20.0.0"
}
}