{ "name": "@yggdrasil/core", "version": "1.0.0", "private": true, "type": "module", "scripts": { "build": "tsc --noEmit && vite build", "dev": "vite", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest" }, "devDependencies": { "happy-dom": "^20.10.6", "typescript": "^6.0.3", "vite": "^8.1.0", "vitest": "^4.1.9" } }