{
  "name": "@blocksuite/connector",
  "version": "0.6.0",
  "description": "Library for creating orthogonal connectors with pathfinding support",
  "main": "dist/index.js",
  "type": "module",
  "repository": "toeverything/blocksuite",
  "keywords": [],
  "author": "toeverything",
  "license": "MPL-2.0",
  "devDependencies": {},
  "peerDependencies": {},
  "exports": {
    "./src/*": "./dist/*.js",
    ".": "./dist/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {},
  "scripts": {
    "build": "tsc",
    "test:unit": "vitest --run",
    "test:unit:coverage": "vitest run --coverage",
    "test:e2e": "playwright test",
    "test": "pnpm test:unit && pnpm test:e2e"
  },
  "types": "dist/index.d.ts"
}