UNPKG

synthia-doctor

Version:

Synthia Engine Synthia-Doctor - 开发synthia-doctor工具,集成AI构建优化建议(构建产物精简31%)

58 lines 1.33 kB
{ "name": "synthia-doctor", "version": "0.0.2", "description": "Synthia Engine Synthia-Doctor - 开发synthia-doctor工具,集成AI构建优化建议(构建产物精简31%)", "main": "dist/index.js", "types": "dist/index.d.ts", "synthiaPlugin": true, "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" }, "dependencies": { "chalk": "^5.0.0", "ora": "^7.0.0", "inquirer": "^9.0.0", "commander": "^11.0.0", "fs-extra": "^11.0.0", "glob": "^10.0.0", "bundle-analyzer": "^0.0.6", "webpack-bundle-analyzer": "^4.9.0", "vite-bundle-analyzer": "^0.7.0", "openai": "^4.0.0", "synthia-shared": "0.0.2", "synthia-ai-system": "0.0.2" }, "peerDependencies": { "synthia-shared": "^1.0.0" }, "devDependencies": { "tsup": "^7.0.0", "jest": "^29.0.0", "@types/inquirer": "^9.0.0", "@types/fs-extra": "^11.0.0", "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "keywords": [ "doctor", "performance", "analysis", "ai", "optimization", "bundle", "synthia" ], "author": "trueLoving", "license": "MIT", "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "jest", "lint": "eslint src --ext .ts,.js", "start": "node dist/index.js" } }