-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 1.89 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
{
"name": "twitch-vod-chat",
"version": "2.3.2.1",
"private": true,
"description": "http://vod.dongers.net/player.html",
"author": "",
"scripts": {
"lint": "vue-tsc --noEmit",
"serve": "vite",
"build": "vue-tsc --noEmit && vite build",
"buildwatch": "vite preview",
"buildlib": "vue-tsc --noEmit && vite build --config vite.config.lib.ts",
"buildlibtypes": "tsc ./lib/main.ts --declaration --emitDeclarationOnly --esModuleInterop --outDir dist-lib",
"test": "vitest --environment jsdom"
},
"type": "module",
"main": "./dist-lib/twitch-vod-chat.cjs",
"module": "./dist-lib/twitch-vod-chat.js",
"exports": {
".": {
"import": "./dist-lib/twitch-vod-chat.js",
"require": "./dist-lib/twitch-vod-chat.cjs"
}
},
"dependencies": {
"@fontsource/inter": "^5.0.15",
"core-js": "^3.26.0",
"eslint-plugin-deprecation": "^2.0.0",
"vue": "^3.3.8"
},
"devDependencies": {
"@types/youtube-player": "^5.5.7",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/test-utils": "^2.4.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"jsdom": "^22.1.0",
"prettier": "^3.0.3",
"sass": "^1.55.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.22"
},
"_id": "[email protected]",
"bugs": {
"url": "https://github.com/MrBrax/twitch-vod-chat/issues"
},
"directories": {
"example": "examples"
},
"homepage": "https://github.com/MrBrax/twitch-vod-chat#readme",
"license": "ISC",
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/MrBrax/twitch-vod-chat.git"
},
"packageManager": "[email protected]"
}