| 123456789101112131415161718 |
- {
- "name": "num-energy",
- "version": "1.0.0",
- "description": "数码能量学 AI 智能体小程序",
- "scripts": {
- "test": "vitest",
- "test:run": "vitest run"
- },
- "dependencies": {
- "pinia": "^2.1.0",
- "vue": "^3.4.0"
- },
- "devDependencies": {
- "@vue/test-utils": "^2.4.11",
- "happy-dom": "^20.10.2",
- "vitest": "^4.1.8"
- }
- }
|