UNPKG

@open-editor/client

Version:

internal utils shared across @open-editor packages

43 lines 1.1 kB
{ "name": "@open-editor/client", "version": "0.9.4", "description": "internal utils shared across @open-editor packages", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/zjxxxxxxxxx/open-editor.git", "directory": "packages/client" }, "author": "zjxxxxxxxxx <954270063@qq.com>", "license": "MIT", "bugs": { "url": "https://github.com/zjxxxxxxxxx/open-editor/issues" }, "homepage": "https://github.com/zjxxxxxxxxx/open-editor#readme", "dependencies": { "outmatch": "^1.0.0", "@open-editor/shared": "0.9.4" }, "devDependencies": { "@types/react": "^18.2.45", "@types/react-reconciler": "^0.28.2", "@vue/runtime-core": "^3.3.4" }, "scripts": { "build": "pnpm rollup -c", "dev": "pnpm build -w --environment __DEV__", "check": "tsc --noEmit" } }