UNPKG

synthia-ai-system

Version:

Synthia Engine AI - 集成LLM的智能构建优化建议

42 lines 827 B
{ "name": "synthia-ai-system", "version": "0.0.2", "description": "Synthia Engine AI - 集成LLM的智能构建优化建议", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" }, "dependencies": { "openai": "^4.0.0", "chalk": "^5.0.0", "ora": "^7.0.0", "fs-extra": "^11.0.0", "glob": "^10.0.0", "synthia-shared": "0.0.2" }, "devDependencies": { "tsup": "^7.0.0", "@types/fs-extra": "^11.0.0", "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "keywords": [ "ai", "optimization", "llm", "openai", "build-optimization", "synthia" ], "author": "trueLoving", "license": "MIT", "scripts": { "dev": "tsup --watch", "build": "tsup" } }