@hina114514/chaite 1.9.3 → 1.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{adapters-BeZFg37c.mjs → adapters-BtoEz02k.mjs} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{src-BjDIhdKO.mjs → src-DpLgiiEQ.mjs} +3 -3
- package/dist/{types-6jzst6Q4.mjs → types-kzT5dZX7.mjs} +1 -1
- package/frontend/build/index.html +533 -537
- package/package.json +70 -70
package/package.json
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@hina114514/chaite",
|
|
3
|
-
"version": "1.9.
|
|
4
|
-
"description": "core for chatgpt-plugin and karin-plugin-chatgpt",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"yunzai",
|
|
7
|
-
"karin",
|
|
8
|
-
"chatgpt"
|
|
9
|
-
],
|
|
10
|
-
"license": "ISC",
|
|
11
|
-
"author": "ikechan8370",
|
|
12
|
-
"sideEffects": true,
|
|
13
|
-
"type": "module",
|
|
14
|
-
"main": "dist/index.mjs",
|
|
15
|
-
"types": "dist/index.d.ts",
|
|
16
|
-
"files": [
|
|
17
|
-
"dist",
|
|
18
|
-
"frontend",
|
|
19
|
-
"LICENSE",
|
|
20
|
-
"README.md",
|
|
21
|
-
"package.json"
|
|
22
|
-
],
|
|
23
|
-
"scripts": {
|
|
24
|
-
"build": "tsc --noEmit && tsdown",
|
|
25
|
-
"dev": "nodemon --exec ts-node src/index.ts",
|
|
26
|
-
"lint": "eslint . --ext .ts",
|
|
27
|
-
"lint:fix": "eslint . --ext .ts --fix",
|
|
28
|
-
"prebuild": "node scripts/generate-version.js",
|
|
29
|
-
"prepublishOnly": "npm run build",
|
|
30
|
-
"pub": "npm publish --access public",
|
|
31
|
-
"test": "jest"
|
|
32
|
-
},
|
|
33
|
-
"devDependencies": {
|
|
34
|
-
"@anthropic-ai/sdk": "^0.39.0",
|
|
35
|
-
"@eslint/js": "^9.21.0",
|
|
36
|
-
"@google/genai": "^1.8.0",
|
|
37
|
-
"@karinjs/node-schedule": "^1.1.2",
|
|
38
|
-
"@types/cors": "^2.8.17",
|
|
39
|
-
"@types/express": "^5.0.0",
|
|
40
|
-
"@types/jest": "^29.5.14",
|
|
41
|
-
"@types/node": "^20.17.24",
|
|
42
|
-
"@typescript-eslint/eslint-plugin": "^8.25.0",
|
|
43
|
-
"@typescript-eslint/parser": "^8.25.0",
|
|
44
|
-
"axios": "^1.8.1",
|
|
45
|
-
"chokidar": "^4.0.3",
|
|
46
|
-
"copyfiles": "^2.4.1",
|
|
47
|
-
"cors": "^2.8.5",
|
|
48
|
-
"eslint": "^9.21.0",
|
|
49
|
-
"eslint-config-prettier": "^10.0.2",
|
|
50
|
-
"eslint-plugin-prettier": "^5.2.3",
|
|
51
|
-
"express": "^4.21.2",
|
|
52
|
-
"jest": "^29.7.0",
|
|
53
|
-
"mammoth": "^1.9.0",
|
|
54
|
-
"openai": "^5.20.1",
|
|
55
|
-
"pdf-parse": "^2.4.5",
|
|
56
|
-
"prettier": "^3.5.2",
|
|
57
|
-
"reflect-metadata": "^0.2.2",
|
|
58
|
-
"ts-jest": "^29.2.6",
|
|
59
|
-
"tsdown": "^0.16.0",
|
|
60
|
-
"typescript": "^5.7.3",
|
|
61
|
-
"typescript-eslint": "^8.25.0"
|
|
62
|
-
},
|
|
63
|
-
"peerDependencies": {
|
|
64
|
-
"pdf-parse": "^2.4.5"
|
|
65
|
-
},
|
|
66
|
-
"peerDependenciesMeta": {
|
|
67
|
-
"pdf-parse": {
|
|
68
|
-
"optional": true
|
|
69
|
-
}
|
|
70
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@hina114514/chaite",
|
|
3
|
+
"version": "1.9.5",
|
|
4
|
+
"description": "core for chatgpt-plugin and karin-plugin-chatgpt",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"yunzai",
|
|
7
|
+
"karin",
|
|
8
|
+
"chatgpt"
|
|
9
|
+
],
|
|
10
|
+
"license": "ISC",
|
|
11
|
+
"author": "ikechan8370",
|
|
12
|
+
"sideEffects": true,
|
|
13
|
+
"type": "module",
|
|
14
|
+
"main": "dist/index.mjs",
|
|
15
|
+
"types": "dist/index.d.ts",
|
|
16
|
+
"files": [
|
|
17
|
+
"dist",
|
|
18
|
+
"frontend",
|
|
19
|
+
"LICENSE",
|
|
20
|
+
"README.md",
|
|
21
|
+
"package.json"
|
|
22
|
+
],
|
|
23
|
+
"scripts": {
|
|
24
|
+
"build": "tsc --noEmit && tsdown",
|
|
25
|
+
"dev": "nodemon --exec ts-node src/index.ts",
|
|
26
|
+
"lint": "eslint . --ext .ts",
|
|
27
|
+
"lint:fix": "eslint . --ext .ts --fix",
|
|
28
|
+
"prebuild": "node scripts/generate-version.js",
|
|
29
|
+
"prepublishOnly": "npm run build",
|
|
30
|
+
"pub": "npm publish --access public",
|
|
31
|
+
"test": "jest"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@anthropic-ai/sdk": "^0.39.0",
|
|
35
|
+
"@eslint/js": "^9.21.0",
|
|
36
|
+
"@google/genai": "^1.8.0",
|
|
37
|
+
"@karinjs/node-schedule": "^1.1.2",
|
|
38
|
+
"@types/cors": "^2.8.17",
|
|
39
|
+
"@types/express": "^5.0.0",
|
|
40
|
+
"@types/jest": "^29.5.14",
|
|
41
|
+
"@types/node": "^20.17.24",
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "^8.25.0",
|
|
43
|
+
"@typescript-eslint/parser": "^8.25.0",
|
|
44
|
+
"axios": "^1.8.1",
|
|
45
|
+
"chokidar": "^4.0.3",
|
|
46
|
+
"copyfiles": "^2.4.1",
|
|
47
|
+
"cors": "^2.8.5",
|
|
48
|
+
"eslint": "^9.21.0",
|
|
49
|
+
"eslint-config-prettier": "^10.0.2",
|
|
50
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
51
|
+
"express": "^4.21.2",
|
|
52
|
+
"jest": "^29.7.0",
|
|
53
|
+
"mammoth": "^1.9.0",
|
|
54
|
+
"openai": "^5.20.1",
|
|
55
|
+
"pdf-parse": "^2.4.5",
|
|
56
|
+
"prettier": "^3.5.2",
|
|
57
|
+
"reflect-metadata": "^0.2.2",
|
|
58
|
+
"ts-jest": "^29.2.6",
|
|
59
|
+
"tsdown": "^0.16.0",
|
|
60
|
+
"typescript": "^5.7.3",
|
|
61
|
+
"typescript-eslint": "^8.25.0"
|
|
62
|
+
},
|
|
63
|
+
"peerDependencies": {
|
|
64
|
+
"pdf-parse": "^2.4.5"
|
|
65
|
+
},
|
|
66
|
+
"peerDependenciesMeta": {
|
|
67
|
+
"pdf-parse": {
|
|
68
|
+
"optional": true
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
71
|
}
|