package.json 360 B

123456789101112131415161718
  1. {
  2. "name": "num-energy",
  3. "version": "1.0.0",
  4. "description": "数码能量学 AI 智能体小程序",
  5. "scripts": {
  6. "test": "vitest",
  7. "test:run": "vitest run"
  8. },
  9. "dependencies": {
  10. "pinia": "^2.1.0",
  11. "vue": "^3.4.0"
  12. },
  13. "devDependencies": {
  14. "@vue/test-utils": "^2.4.11",
  15. "happy-dom": "^20.10.2",
  16. "vitest": "^4.1.8"
  17. }
  18. }