forked from TarsLab/obsidian-tars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 834 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
{
"name": "obsidian-tars",
"version": "0.4.1",
"description": "Use Kimi and other Chinese LLMs for text generation based on tag suggestions.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "C Jack<https://github.com/ae86jack>",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.18.101",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"https-proxy-agent": "^7.0.5",
"jose": "^5.2.4",
"node-fetch": "^3.3.2",
"obsidian": "latest",
"openai": "^4.33.0",
"tslib": "^2.4.0",
"typescript": "^5.5.2"
}
}