{
  "name": "@unovis/dagre-layout",
  "version": "0.8.8-2",
  "description": "A fork of `dagre-layout` with individual lodash-es imports and ESM build",
  "author": "Nikita Rokotyan (nikita@f5.com)",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "browser": "dist/index.js",
  "keywords": [
    "graph",
    "layout",
    "dagre"
  ],
  "scripts": {
    "lint": "standard",
    "jest": "jest --coverage",
    "karma": "node -r @babel/register node_modules/.bin/karma start",
    "test": "npm run lint && npm run jest && npm run karma -- --single-run",
    "bench": "node -r babel-register src/bench.js",
    "build": "rm -rf dist; rollup -c",
    "build:watch": "npm run build -- -w",
    "release": "npm run build",
    "prepublishOnly": "npm run release"
  },
  "dependencies": {
    "@unovis/graphlibrary": "^2.2.0-2",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@babel/preset-env": "^7.19.3",
    "@babel/register": "^7.18.9",
    "benchmark": "^2.1.4",
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "husky": "^0.14.3",
    "jest": "^29.1.2",
    "karma": "^6.4.1",
    "karma-chrome-launcher": "^3.1.1",
    "karma-firefox-launcher": "^2.1.2",
    "karma-mocha": "^2.0.1",
    "karma-safari-launcher": "^1.0.0",
    "mocha": "^10.0.0",
    "rollup": "^2.79.1",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "sprintf": "^0.1.5",
    "standard": "^17.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/unovis/dagre-layout.git"
  },
  "license": "MIT",
  "files": [
    "dist/",
    "lib/",
    "index.js"
  ],
  "standard": {
    "ignore": [
      "dist/**/*.js",
      "coverage/**/*.js"
    ]
  },
  "jest": {
    "testRegex": "test/.+?-test\\.js",
    "testPathIgnorePatterns": [
      "test/bundle-test\\.js"
    ]
  }
}
