Skip to content

Commit 83307d9

Browse files
committed
feat: project init
Signed-off-by: 诺墨 <[email protected]>
0 parents  commit 83307d9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "com.gitee.ai.bob-translate",
3+
"version": "0.1.0",
4+
"description": "Bob Translate Plugin with Gitee AI。AI 翻译,从未如此丝滑。",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://gitee.com/normalcoder/bob-plugin-giteeai-translate.git"
8+
},
9+
"main": "index.js",
10+
"scripts": {
11+
"test": "echo \"Error: no test specified\" && exit 1"
12+
},
13+
"keywords": [
14+
"bob",
15+
"translate",
16+
"bobplugin",
17+
"Gitee AI",
18+
"QWen",
19+
"DeepSeek"
20+
],
21+
"author": "诺墨<[email protected]>",
22+
"license": "MIT"
23+
}

0 commit comments

Comments
 (0)