{
  "name": "@magicborn/dialogue-forge",
  "version": "0.1.8",
  "description": "Visual node-based dialogue editor with Yarn Spinner support",
  "author": "Ben Garrard <b2gdevs@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MagicbornStudios/dialogue-forge.git"
  },
  "bugs": {
    "url": "https://github.com/MagicbornStudios/dialogue-forge/issues"
  },
  "homepage": "https://github.com/MagicbornStudios/dialogue-forge#readme",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "bin": {
    "dialogue-forge": "bin/dialogue-forge.js"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "dist",
    "dist/styles",
    "bin",
    "README.md"
  ],
  "scripts": {
    "build": "next build",
    "build:lib": "tsc -p tsconfig.lib.json && tsc -p tsconfig.lib.json --module esnext --outDir dist/esm && node ./bin/postbuild.js",
    "dev": "next dev",
    "dev:watch": "tsc -p tsconfig.lib.json --watch",
    "start": "next start",
    "test": "vitest",
    "test:watch": "vitest --watch",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest --coverage",
    "prepublishOnly": "npm run build:lib",
    "sync": "./sync-to-repo.sh",
    "pack": "npm pack --dry-run"
  },
  "keywords": [
    "dialogue",
    "editor",
    "yarn-spinner",
    "node-graph",
    "interactive-fiction"
  ],
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "@dagrejs/dagre": "^1.1.8",
    "react-tooltip": "^5.30.0",
    "reactflow": "^11.11.4",
    "lucide-react": "^0.559.0",
    "react-syntax-highlighter": "^15.5.0"
  },
  "devDependencies": {
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/node": "^20.0.0",
    "@types/react-syntax-highlighter": "^15.5.0",
    "@vitest/ui": "^2.0.0",
    "@tailwindcss/postcss": "^4.0.0",
    "next": "^16.0.9",
    "postcss": "^8.4.0",
    "react": "19.2.1",
    "react-dom": "19.2.1",
    "tailwindcss": "^4.0.0",
    "typescript": "^5.0.0",
    "vitest": "^2.0.0"
  }
}
