{
  "name": "gojs-react",
  "version": "1.1.3",
  "description": "A set of React components to manage GoJS Diagrams, Palettes, and Overviews",
  "main": "lib/index.js",
  "module": "lib/esm/gojsreact.js",
  "types": "lib/types/index.d.ts",
  "scripts": {
    "build": "npm-run-all clean bundle entry dts",
    "clean": "run-p \"clean:*\"",
    "clean:dist": "rimraf dist",
    "clean:lib": "rimraf lib",
    "bundle": "rollup --config",
    "entry": "node ./scripts/makeEntry.mjs",
    "dts": "node ./scripts/moveDts.mjs",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react",
    "gojs"
  ],
  "author": "Northwoods Software",
  "license": "See LICENSE.md file",
  "dependencies": {
    "tslib": "~2.5.0"
  },
  "devDependencies": {
    "@rollup/plugin-terser": "^0.4.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/react": "^18.0.27",
    "fs-extra": "^11.1.0",
    "gojs": "^2.3.1",
    "npm-run-all": "^4.1.5",
    "react": "^18.2.0",
    "rimraf": "^4.1.2",
    "rollup": "^3.15.0",
    "typescript": "^4.9.5"
  },
  "peerDependencies": {
    "gojs": ">=2.1.22",
    "react": ">=16.0.0"
  },
  "files": [
    "/dist",
    "/lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/NorthwoodsSoftware/gojs-react"
  }
}
