{
  "author": "snyk.io",
  "name": "@snyk/dep-graph",
  "description": "Snyk dependency graph library",
  "homepage": "https://github.com/snyk/dep-graph#readme",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "format": "prettier --write '{src,test,scripts}/**/*.ts'",
    "lint:tslint": "tslint -p tsconfig.json",
    "lint:prettier": "prettier --check '{src,test,scripts}/**/*.ts'",
    "lint": "npm run lint:tslint && npm run lint:prettier",
    "test": "jest --verbose --runInBand",
    "test:coverage": "npm run test -- --coverage",
    "prepare": "npm run build"
  },
  "engines": {
    "node": ">=8"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/snyk/dep-graph.git"
  },
  "bugs": {
    "url": "https://github.com/snyk/dep-graph/issues"
  },
  "devDependencies": {
    "@types/jest": "^25",
    "@types/node": "^8",
    "@types/object-hash": "^1.3.1",
    "@types/semver": "^7",
    "jest": "^25",
    "prettier": "^1.9.1",
    "ts-jest": "^25",
    "ts-node": "^8",
    "tslint": "^6",
    "typescript": "^3.9.3"
  },
  "dependencies": {
    "@snyk/graphlib": "2.1.9-patch",
    "lodash.isequal": "^4.5.0",
    "object-hash": "^2.0.3",
    "semver": "^6.0.0",
    "source-map-support": "^0.5.19",
    "tslib": "^2.0.0"
  },
  "version": "1.19.0"
}
