-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
30 lines (30 loc) · 965 Bytes
/
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
{
"name": "bob-plugin-openai-polisher",
"version": "1.0.0",
"description": "使用 OpenAI API 给文本进行润色和语法纠错的 Bob 插件!完美代替 Grammarly!",
"type": "module",
"license": "CC BY-NC-SA 4.0",
"main": "dist/main.js",
"keywords": [
"bob-plugin",
"openai",
"polisher"
],
"homepage": "https://github.com/openai-translator/bob-plugin-openai-polisher",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin typescript"
},
"devDependencies": {
"@bob-translate/types": "1.0.2",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"rollup": "4.20.0",
"rollup-plugin-copy": "3.5.0",
"tslib": "2.6.3",
"typescript": "5.5.4"
},
"engines": {
"node": ">=20"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}