{
  "name": "@finos/legend-graph",
  "version": "32.6.0",
  "description": "Legend graph and graph manager",
  "keywords": [
    "legend",
    "legend-graph",
    "legend-graph-manager",
    "graph",
    "graph-manager"
  ],
  "homepage": "https://github.com/finos/legend-studio/tree/master/packages/legend-graph",
  "bugs": {
    "url": "https://github.com/finos/legend-studio/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/finos/legend-studio.git",
    "directory": "packages/legend-graph"
  },
  "license": "Apache-2.0",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./lib/index.js",
    "./test": "./lib/__test__.js"
  },
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "yarn clean && yarn build:ts",
    "build:ts": "tsc --project ./tsconfig.build.json",
    "clean": "npm-run-all clean:cache clean:lib",
    "clean:cache": "rimraf \"build\"",
    "clean:lib": "rimraf \"lib\"",
    "dev": "yarn dev:ts",
    "dev:ts": "tsc --watch --preserveWatchOutput",
    "lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location ./build/.eslintcache --report-unused-disable-directives --parser-options=project:\"./tsconfig.json\" \"./src/**/*.{js,ts,tsx}\"",
    "publish:prepare": "node ../../scripts/release/preparePublishContent.js",
    "publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@finos/legend-shared": "11.0.24",
    "@finos/legend-storage": "3.0.145",
    "mobx": "6.13.6",
    "serializr": "3.0.3"
  },
  "devDependencies": {
    "@finos/legend-dev-utils": "2.2.6",
    "@jest/globals": "29.7.0",
    "axios": "1.8.2",
    "cross-env": "7.0.3",
    "eslint": "9.22.0",
    "jest": "29.7.0",
    "npm-run-all": "4.1.5",
    "rimraf": "6.0.1",
    "typescript": "5.8.2"
  },
  "publishConfig": {
    "directory": "build/publishContent"
  },
  "extensions": {
    "graphManagerPreset": "@finos/legend-graph-manager-preset-core",
    "pureGraphManagerPlugin": "@finos/legend-graph-manager-plugin-core-pure",
    "dsl_external_format_pureProtocolProcessorPlugin": "@finos/legend-pure-protocol-processor-plugin-dsl-external-format",
    "dsl_external_format_pureGraphManagerPlugin": "@finos/legend-pure-graph-manager-plugin-dsl-external-format",
    "dsl_external_format_pureGraphPlugin": "@finos/legend-pure-graph-plugin-dsl-external-format"
  }
}