@kevisual/ai 0.0.4

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/package.json ADDED
@@ -0,0 +1,77 @@
1
+ {
2
+ "name": "@kevisual/ai",
3
+ "version": "0.0.4",
4
+ "description": "后面需要把ai-center的provider模块提取出去",
5
+ "main": "index.js",
6
+ "basename": "/root/ai-center-services",
7
+ "app": {
8
+ "entry": "dist/app.mjs",
9
+ "key": "ai-center-services",
10
+ "type": "system-app"
11
+ },
12
+ "files": [
13
+ "dist",
14
+ "types"
15
+ ],
16
+ "scripts": {
17
+ "build": "npm run clean && bun bun.config.mjs",
18
+ "dev": "bun run --watch bun.config.mjs",
19
+ "test": "tsx test/**/*.ts",
20
+ "clean": "rm -rf dist",
21
+ "pub": "envision pack -p -u"
22
+ },
23
+ "keywords": [],
24
+ "author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
25
+ "license": "MIT",
26
+ "packageManager": "pnpm@10.11.0",
27
+ "type": "module",
28
+ "publishConfig": {
29
+ "registry": "https://registry.npmjs.org/",
30
+ "access": "public"
31
+ },
32
+ "exports": {
33
+ ".": {
34
+ "import": "./dist/ai-provider.js",
35
+ "types": "./dist/ai-provider.d.ts"
36
+ },
37
+ "./ai-provider": {
38
+ "import": "./dist/ai-provider.js",
39
+ "types": "./dist/ai-provider.d.ts"
40
+ }
41
+ },
42
+ "devDependencies": {
43
+ "@kevisual/code-center-module": "0.0.19",
44
+ "@kevisual/mark": "0.0.7",
45
+ "@kevisual/router": "0.0.21",
46
+ "@kevisual/types": "^0.0.10",
47
+ "@kevisual/use-config": "^1.0.17",
48
+ "@types/bun": "^1.2.14",
49
+ "@types/crypto-js": "^4.2.2",
50
+ "@types/formidable": "^3.4.5",
51
+ "@types/lodash-es": "^4.17.12",
52
+ "@types/node": "^22.15.21",
53
+ "@vitejs/plugin-basic-ssl": "^2.0.0",
54
+ "cookie": "^1.0.2",
55
+ "cross-env": "^7.0.3",
56
+ "crypto-js": "^4.2.0",
57
+ "dayjs": "^1.11.13",
58
+ "dotenv": "^16.5.0",
59
+ "formidable": "^3.5.4",
60
+ "ioredis": "^5.6.1",
61
+ "json5": "^2.2.3",
62
+ "lodash-es": "^4.17.21",
63
+ "openai": "4.103.0",
64
+ "pm2": "^6.0.6",
65
+ "rimraf": "^6.0.1",
66
+ "rollup": "^4.41.0",
67
+ "rollup-plugin-dts": "^6.2.1",
68
+ "sequelize": "^6.37.7",
69
+ "tape": "^5.9.0",
70
+ "tiktoken": "^1.0.21",
71
+ "typescript": "^5.8.3",
72
+ "vite": "^6.3.5"
73
+ },
74
+ "dependencies": {
75
+ "@kevisual/logger": "^0.0.4"
76
+ }
77
+ }
package/readme.md ADDED
@@ -0,0 +1,2 @@
1
+ # AI Center
2
+