-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.42 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "koishi-plugin-luna-vits",
"description": "Multi-platform vits aggregation plugin",
"version": "0.4.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"files": [
"lib",
"dist",
"resources"
],
"license": "MIT",
"keywords": [
"koishi",
"plugin",
"service",
"vits"
],
"author": "dingyi222666 <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/ChatLunaLab/luna-vits.git",
"directory": "."
},
"bugs": {
"url": "https://github.com/ChatLunaLab/luna-vits/issues"
},
"homepage": "https://github.com/ChatLunaLab/luna-vits#readme",
"dependencies": {
"@initencounter/vits": "^0.0.3",
"js-yaml": "^4.1.0",
"semiver": "^1.1.0"
},
"devDependencies": {
"@koishijs/client": "^5.30.1",
"@koishijs/translator": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^7.18.1-alpha.3",
"@typescript-eslint/parser": "^8.15.1-alpha.0",
"esbuild": "^0.23.1",
"esbuild-register": "npm:@shigma/esbuild-register@^1.1.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"franc-min": "^6.2.0",
"yakumo": "^1.0.0-beta.18",
"yakumo-esbuild": "^1.0.0-beta.7",
"yakumo-mocha": "^1.0.0-beta.2",
"yakumo-tsc": "^1.0.0-beta.5"
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.30.1",
"franc-min": "^6.2.0",
"koishi": "^4.18.1",
"koishi-plugin-gradio-service": "^0.0.9"
},
"peerDependenciesMeta": {
"franc-min": {
"optional": true
},
"koishi-plugin-gradio-service": {
"optional": true
}
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "yarn yakumo build",
"bump": "yarn yakumo version",
"dep": "yarn yakumo upgrade",
"pub": "yarn yakumo publish",
"lint": "yarn eslint src --ext=ts",
"lint-fix": "yarn eslint src --ext=ts --fix"
},
"koishi": {
"description": {
"zh": "多平台 vits 聚合插件,自动翻译,可接入 `GPT-SoVITS-2` | `vits-simple-api` | `fish-audio`,以及部分 gradio webui"
},
"service": {
"implements": [
"vits"
],
"optional": [
"translator",
"console",
"gradio"
]
}
}
}