@snyk/dep-graph
Version:
Snyk dependency graph library
72 lines (71 loc) • 2.03 kB
JSON
{
"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",
"build-dev": "tsc -w",
"format": "prettier --write '{src,test,scripts}/**/*.?s'",
"lint:eslint": "eslint 'src/**/*.ts' && (cd test && eslint '**/*.ts')",
"lint:prettier": "prettier --check '{src,test,scripts}/**/*.ts'",
"lint": "npm run lint:eslint && npm run lint:prettier",
"test": "jest --verbose --runInBand",
"test:coverage": "npm run test -- --coverage",
"prepare": "npm run build"
},
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snyk/dep-graph.git"
},
"bugs": {
"url": "https://github.com/snyk/dep-graph/issues"
},
"devDependencies": {
"@types/graphlib": "^2.1.7",
"@types/jest": "^27",
"@types/node": "^10",
"@types/object-hash": "^2.1.0",
"@types/semver": "^7.3.6",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"benny": "^3.6.15",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"jest": "^27.0.5",
"prettier": "^2.3.1",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "~4.6.3"
},
"dependencies": {
"event-loop-spinner": "^2.1.0",
"lodash.clone": "^4.5.0",
"lodash.constant": "^3.0.0",
"lodash.filter": "^4.6.0",
"lodash.foreach": "^4.5.0",
"lodash.isempty": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lodash.isfunction": "^3.0.9",
"lodash.isundefined": "^3.0.1",
"lodash.map": "^4.6.0",
"lodash.reduce": "^4.6.0",
"lodash.size": "^4.2.0",
"lodash.transform": "^4.6.0",
"lodash.union": "^4.6.0",
"lodash.values": "^4.3.0",
"object-hash": "^3.0.0",
"semver": "^7.0.0",
"tslib": "^2"
},
"version": "2.3.0"
}