-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.2 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
{
"name": "bob-plugin-ollama-translator",
"version": "2.0.0",
"description": "调用本地Ollama服务离线,或通过ChatGPT或进行单词/翻译/百科解释",
"homepage": "https://github.com/CaicoLeung/bob-plugin-ollama-translator",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/CaicoLeung/bob-plugin-ollama-translator.git"
},
"author": "Caico",
"license": "MIT",
"main": "src/main.js",
"keywords": [
"bobplugin",
"translate"
],
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin typescript"
},
"dependencies": {
"@bob-translate/types": "^1.0.2",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-terser": "0.4.4",
"bun": "^1.1.24"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^9.9.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"rollup": "^4.20.0",
"rollup-plugin-copy": "^3.5.0",
"tslib": "2.6.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}