generated from crashmax-dev/webpack-userscript-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "twitch-chat-translation",
"version": "2.0.0",
"type": "module",
"description": "twitch-chat-translation",
"homepage": "https://gigachad-dev.github.io/twitch-chat-translation/",
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"postinstall": "patch-package",
"format": "prettier --write --ignore-unknown **"
},
"author": {
"name": "Vitalij Ryndin",
"email": "[email protected]",
"url": "https://crashmax.ru"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/gigachad-dev/twitch-chat-translation.git"
},
"dependencies": {
"@gm-api/config": "^0.1.0",
"google-translate-api-browser": "^3.0.1",
"microtip": "^0.2.2",
"redom": "^3.29.1"
},
"devDependencies": {
"@crashmax/prettier-config": "^3.2.1",
"@crashmax/tsconfig": "^2.0.1",
"@types/tampermonkey": "^4.0.10",
"patch-package": "^7.0.0",
"sass": "^1.63.3",
"vite": "^4.3.9",
"vite-userscript-plugin": "^1.8.1"
}
}