{
  "name": "@reactflow/node-toolbar",
  "version": "1.0.0",
  "description": "A toolbar component for React Flow that can be attached to a node.",
  "keywords": [
    "react",
    "node-based UI",
    "graph",
    "diagram",
    "workflow",
    "react-flow"
  ],
  "files": [
    "dist"
  ],
  "source": "src/index.tsx",
  "main": "dist/umd/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "sideEffects": [
    "*.css"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wbkd/react-flow.git",
    "directory": "packages/node-toolbar"
  },
  "scripts": {
    "dev": "concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch",
    "build": "rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx src",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@babel/runtime": "^7.18.9",
    "@reactflow/core": "workspace:*",
    "classcat": "^5.0.3",
    "zustand": "^4.1.1"
  },
  "peerDependencies": {
    "react": ">=17",
    "react-dom": ">=17"
  },
  "devDependencies": {
    "@reactflow/eslint-config": "workspace:^0.0.0",
    "@reactflow/rollup-config": "workspace:*",
    "@reactflow/tsconfig": "workspace:*",
    "@types/node": "^18.7.16",
    "@types/react": "^18.0.19",
    "@types/react-dom": "^18.0.6",
    "react": "^18.2.0",
    "typescript": "^4.8.3"
  },
  "rollup": {
    "globals": {
      "zustand": "Zustand",
      "zustand/shallow": "zustandShallow",
      "classcat": "cc"
    },
    "name": "ReactFlowNodeToolbar"
  }
}
