package.json 319 B

12345678910111213
  1. {
  2. "name": "ai-robot",
  3. "version": "1.0.2",
  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": ["dist"],
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. }
  13. }