{ "name": "@robonen/writekit", "version": "0.0.1", "license": "Apache-2.0", "description": "Headless block-based rich-text writekit for Vue with a registry-driven schema and pluggable CRDT", "keywords": [ "writekit", "rich-text", "wysiwyg", "block-writekit", "crdt", "collaborative", "vue", "tools" ], "author": "Robonen Andrew ", "repository": { "type": "git", "url": "git+https://github.com/robonen/tools.git", "directory": "vue/writekit" }, "packageManager": "pnpm@11.7.0", "engines": { "node": ">=24.16.0" }, "type": "module", "files": [ "dist" ], "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "./*": { "import": { "types": "./dist/*/index.d.mts", "default": "./dist/*/index.mjs" }, "require": { "types": "./dist/*/index.d.cts", "default": "./dist/*/index.cjs" } } }, "scripts": { "lint:check": "eslint .", "lint:fix": "eslint . --fix", "test": "vitest run", "bench": "vitest bench", "dev": "vitest dev", "build": "tsdown" }, "devDependencies": { "@robonen/eslint": "workspace:*", "@robonen/tsconfig": "workspace:*", "@robonen/tsdown": "workspace:*", "@vitest/browser": "catalog:", "@vitest/browser-playwright": "^4.1.8", "@vue/test-utils": "catalog:", "eslint": "catalog:", "jsdom": "catalog:", "playwright": "^1.60.0", "tsdown": "catalog:", "unplugin-vue": "^7.2.0", "vitest-browser-vue": "^2.1.0", "vue-tsc": "^3.3.4" }, "dependencies": { "@robonen/crdt": "workspace:*", "@robonen/platform": "workspace:*", "@robonen/primitives": "workspace:*", "@robonen/stdlib": "workspace:*", "@robonen/vue": "workspace:*", "@vue/shared": "catalog:", "vue": "catalog:" } }