{
  "name": "digraph-js",
  "version": "2.2.4",
  "type": "module",
  "main": "./dist/index.js",
  "exports": {
    "import": "./dist/index.js"
  },
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "description": "A dependency free library to create and traverse directed graphs",
  "author": {
    "name": "Antoine Coulon",
    "url": "https://github.com/antoine-coulon"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antoine-coulon/digraph-js.git"
  },
  "bugs": {
    "url": "https://github.com/antoine-coulon/digraph-js/issues"
  },
  "homepage": "https://github.com/antoine-coulon/digraph-js#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "node",
    "javascript",
    "typescript",
    "nodejs",
    "node_modules",
    "tree",
    "npm",
    "graph",
    "visualization",
    "dependencies",
    "lightweight"
  ],
  "scripts": {
    "prestart": "pnpm run build",
    "start": "node dist/index.js",
    "build": "rimraf ./dist && tsc --project tsconfig.build.json",
    "test": "vitest run",
    "test:watch": "vitest",
    "benchmarks:webpack": "pnpm run build && cd benchmarks/webpack && node find-cycles.js",
    "prepublishOnly": "pnpm run test && pnpm run build"
  },
  "devDependencies": {
    "@nodesecure/eslint-config": "^1.3.0",
    "@types/lodash.uniqwith": "^4.5.7",
    "@types/node": "^16.11.12",
    "eslint": "^8.4.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-import-resolver-typescript": "^2.5.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-prettier": "^4.0.0",
    "mocha": "^9.1.4",
    "prettier": "^2.5.1",
    "rimraf": "^3.0.2",
    "typescript": "^4.5.2",
    "vitest": "^0.28.3"
  },
  "dependencies": {
    "lodash.uniqwith": "^4.5.0"
  },
  "packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}
