package.json 369 B

12345678910111213141516
  1. {
  2. "name": "@component-lib/ai-robot",
  3. "version": "1.0.1",
  4. "description": "一款智能问答机器人模块",
  5. "author": "hongkai",
  6. "main": "dist/index.es.js",
  7. "module": "dist/index.es.js",
  8. "browser": "dist/index.umd.js",
  9. "files": [
  10. "dist"
  11. ],
  12. "scripts": {
  13. "test": "echo \"Error: no test specified\" && exit 1",
  14. "build": "vite build"
  15. }
  16. }