{
  "name": "@stonecrop/node-editor",
  "version": "0.33.0",
  "description": "Node editor UI for Stonecrop",
  "keywords": [
    "components",
    "graph",
    "node-editor",
    "stonecrop",
    "vue",
    "workflow"
  ],
  "homepage": "https://github.com/agritheory/stonecrop#readme",
  "bugs": {
    "url": "https://github.com/agritheory/stonecrop/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Tyler Matteson",
    "email": "tyler@agritheory.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/agritheory/stonecrop",
    "directory": "node_editor"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": [
    "**/*.css"
  ],
  "types": "./dist/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/node-editor.js"
    },
    "./styles": "./dist/assets/index.css",
    "./types": "./dist/src/types/index.d.ts",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@dagrejs/dagre": "^3.0.0",
    "@vue-flow/core": "^1.48.1",
    "@stonecrop/schema": "0.33.0"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.58.7",
    "@vitejs/plugin-vue": "^6.0.6",
    "@vitest/coverage-istanbul": "^4.1.5",
    "oxlint": "1.67.0",
    "oxlint-tsgolint": "0.23.0",
    "typescript": "^6.0.3",
    "vite": "^8.2.2",
    "vite-plugin-lib-inject-css": "^2.2.2",
    "vitest": "^4.1.5",
    "vue": "^3.5.33",
    "vue-component-meta": "^3.3.11",
    "vue-router": "^5.0.6",
    "vue-tsc": "^3.3.6"
  },
  "peerDependencies": {
    "vue": "^3.5.33",
    "vue-router": "^5.0.6"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "scripts": {
    "dev": "vite build --watch",
    "docs": "bash ../tools/scripts/run-docs.sh node_editor",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "preview": "vite preview",
    "test": "vitest run --coverage.enabled false",
    "test:coverage": "vitest run --coverage",
    "test:types": "vue-tsc --noEmit",
    "test:watch": "vitest watch"
  }
}