UNPKG

chef-michel-agent

Version:

Chef Michel - 专业的中式料理厨师 AI 代理

38 lines (37 loc) 865 B
{ "name": "chef-michel-agent", "version": "1.0.0", "description": "Chef Michel - 专业的中式料理厨师 AI 代理", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "README.md" ], "type": "module", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "prepublishOnly": "npm run build" }, "keywords": ["ai", "chef", "cooking", "agent", "chinese-cuisine", "mastra"], "author": "", "license": "MIT", "peerDependencies": { "@mastra/core": "^0.11.1", "@ai-sdk/openai-compatible": "^0.1.4" }, "devDependencies": { "@mastra/core": "^0.11.1", "@ai-sdk/openai-compatible": "^0.1.4", "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.0.0" } }