init
This commit is contained in:
		
							
								
								
									
										77
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,77 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "@kevisual/ai",
 | 
			
		||||
  "version": "0.0.4",
 | 
			
		||||
  "description": "后面需要把ai-center的provider模块提取出去",
 | 
			
		||||
  "main": "index.js",
 | 
			
		||||
  "basename": "/root/ai-center-services",
 | 
			
		||||
  "app": {
 | 
			
		||||
    "entry": "dist/app.mjs",
 | 
			
		||||
    "key": "ai-center-services",
 | 
			
		||||
    "type": "system-app"
 | 
			
		||||
  },
 | 
			
		||||
  "files": [
 | 
			
		||||
    "dist",
 | 
			
		||||
    "types"
 | 
			
		||||
  ],
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "build": "npm run clean && bun bun.config.mjs",
 | 
			
		||||
    "dev": "bun run --watch bun.config.mjs",
 | 
			
		||||
    "test": "tsx  test/**/*.ts",
 | 
			
		||||
    "clean": "rm -rf dist",
 | 
			
		||||
    "pub": "envision pack -p -u"
 | 
			
		||||
  },
 | 
			
		||||
  "keywords": [],
 | 
			
		||||
  "author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
 | 
			
		||||
  "license": "MIT",
 | 
			
		||||
  "packageManager": "pnpm@10.11.0",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "publishConfig": {
 | 
			
		||||
    "registry": "https://registry.npmjs.org/",
 | 
			
		||||
    "access": "public"
 | 
			
		||||
  },
 | 
			
		||||
  "exports": {
 | 
			
		||||
    ".": {
 | 
			
		||||
      "import": "./dist/ai-provider.js",
 | 
			
		||||
      "types": "./dist/ai-provider.d.ts"
 | 
			
		||||
    },
 | 
			
		||||
    "./ai-provider": {
 | 
			
		||||
      "import": "./dist/ai-provider.js",
 | 
			
		||||
      "types": "./dist/ai-provider.d.ts"
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@kevisual/code-center-module": "0.0.19",
 | 
			
		||||
    "@kevisual/mark": "0.0.7",
 | 
			
		||||
    "@kevisual/router": "0.0.21",
 | 
			
		||||
    "@kevisual/types": "^0.0.10",
 | 
			
		||||
    "@kevisual/use-config": "^1.0.17",
 | 
			
		||||
    "@types/bun": "^1.2.14",
 | 
			
		||||
    "@types/crypto-js": "^4.2.2",
 | 
			
		||||
    "@types/formidable": "^3.4.5",
 | 
			
		||||
    "@types/lodash-es": "^4.17.12",
 | 
			
		||||
    "@types/node": "^22.15.21",
 | 
			
		||||
    "@vitejs/plugin-basic-ssl": "^2.0.0",
 | 
			
		||||
    "cookie": "^1.0.2",
 | 
			
		||||
    "cross-env": "^7.0.3",
 | 
			
		||||
    "crypto-js": "^4.2.0",
 | 
			
		||||
    "dayjs": "^1.11.13",
 | 
			
		||||
    "dotenv": "^16.5.0",
 | 
			
		||||
    "formidable": "^3.5.4",
 | 
			
		||||
    "ioredis": "^5.6.1",
 | 
			
		||||
    "json5": "^2.2.3",
 | 
			
		||||
    "lodash-es": "^4.17.21",
 | 
			
		||||
    "openai": "4.103.0",
 | 
			
		||||
    "pm2": "^6.0.6",
 | 
			
		||||
    "rimraf": "^6.0.1",
 | 
			
		||||
    "rollup": "^4.41.0",
 | 
			
		||||
    "rollup-plugin-dts": "^6.2.1",
 | 
			
		||||
    "sequelize": "^6.37.7",
 | 
			
		||||
    "tape": "^5.9.0",
 | 
			
		||||
    "tiktoken": "^1.0.21",
 | 
			
		||||
    "typescript": "^5.8.3",
 | 
			
		||||
    "vite": "^6.3.5"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@kevisual/logger": "^0.0.4"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user