{
  "name": "@projectstorm/geometry",
  "version": "7.0.3",
  "author": "dylanvorster",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/projectstorm/react-diagrams.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "web",
    "diagram",
    "diagrams",
    "react",
    "typescript",
    "flowchart",
    "simple",
    "links",
    "nodes"
  ],
  "main": "./dist/index.umd.js",
  "module": "./dist/index.js",
  "typings": "./dist/@types/index",
  "dependencies": {
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.200"
  },
  "scripts": {
    "clean": "rimraf ./dist",
    "build": "../../node_modules/.bin/webpack"
  }
}