-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 970 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 970 Bytes
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
{
"name": "cvtalk",
"version": "2.0.0",
"description": "Widget de chat de Twitch moderno y extensible para OBS Studio",
"type": "module",
"keywords": [
"twitch",
"chat",
"obs",
"obs-studio",
"stream",
"streaming",
"widget",
"overlay"
],
"author": "Christian Villegas (ChrisVDev) <christian@chrisvdev.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chrisvdev/CVTalk.git"
},
"bugs": {
"url": "https://github.com/chrisvdev/CVTalk/issues"
},
"homepage": "https://github.com/chrisvdev/CVTalk#readme",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.3",
"mtmi": "^0.0.19",
"mtmi-async-badges": "^1.0.6",
"validator": "^13.15.35"
},
"devDependencies": {
"@types/validator": "^13.15.10"
}
}