{ "name": "@open-pencil/dom-css", "version": "0.14.0", "license": "MIT", "type": "module", "imports": { "#dom-css/*": { "types": "./src/*", "bun": "./src/*", "default": "./dist/*" } }, "exports": { ".": { "types": "./dist/index.d.ts", "bun": "./src/index.ts", "import": "./dist/index.js", "default": "./dist/index.js" }, "./browser": { "types": "./dist/browser.d.ts", "bun": "./src/browser.ts", "import": "./dist/browser.js", "default": "./dist/browser.js" }, "./jsx-runtime": { "types": "./dist/jsx-runtime.d.ts", "bun": "./src/jsx/runtime.ts", "import": "./dist/jsx-runtime.js", "default": "./dist/jsx-runtime.js" }, "./jsx-dev-runtime": { "types": "./dist/jsx-dev-runtime.d.ts", "bun": "./src/jsx/dev-runtime.ts", "import": "./dist/jsx-dev-runtime.js", "default": "./dist/jsx-dev-runtime.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "sideEffects": false, "files": [ "dist", "README.md" ], "scripts": { "build": "bunx tsdown --config tsdown.config.ts", "check": "bun run typecheck && bun run test && bun run build && bun run smoke:dist", "prepack": "bun run build", "smoke:dist": "bun scripts/smoke-dist.ts", "test": "bun test tests", "typecheck": "bunx tsc --noEmit -p tsconfig.test.json" }, "repository": { "type": "git", "url": "git+https://github.com/open-pencil/open-pencil.git", "directory": "packages/dom-css" }, "publishConfig": { "access": "public", "provenance": true }, "peerDependencies": { "@open-pencil/core": "workspace:*", "@open-pencil/scene-graph": "workspace:*" }, "devDependencies": { "@types/bun": "^1.3.14", "tsdown": "^0.22.14", "typescript": "~5.8.3" }, "dependencies": { "@acemir/cssom": "^0.9.31", "parse5": "^8.0.1", "postcss-value-parser": "^4.2.0", "tailwindcss": "^4.3.3", "twirlwind": "^0.3.0" } }