1 | {
|
2 | "author": "snyk.io",
|
3 | "name": "@snyk/dep-graph",
|
4 | "description": "Snyk dependency graph library",
|
5 | "homepage": "https://github.com/snyk/dep-graph#readme",
|
6 | "license": "Apache-2.0",
|
7 | "main": "dist/index.js",
|
8 | "types": "dist/index.d.ts",
|
9 | "files": [
|
10 | "dist"
|
11 | ],
|
12 | "scripts": {
|
13 | "build": "tsc",
|
14 | "build-dev": "tsc -w",
|
15 | "format": "prettier --write '{src,test,scripts}/**/*.?s'",
|
16 | "lint:eslint": "eslint 'src/**/*.ts' && (cd test && eslint '**/*.ts')",
|
17 | "lint:prettier": "prettier --check '{src,test,scripts}/**/*.ts'",
|
18 | "lint": "npm run lint:eslint && npm run lint:prettier",
|
19 | "test": "jest --verbose --runInBand",
|
20 | "test:coverage": "npm run test -- --coverage",
|
21 | "prepare": "npm run build"
|
22 | },
|
23 | "engines": {
|
24 | "node": ">=10"
|
25 | },
|
26 | "repository": {
|
27 | "type": "git",
|
28 | "url": "git+https://github.com/snyk/dep-graph.git"
|
29 | },
|
30 | "bugs": {
|
31 | "url": "https://github.com/snyk/dep-graph/issues"
|
32 | },
|
33 | "devDependencies": {
|
34 | "@types/graphlib": "^2.1.7",
|
35 | "@types/jest": "^27",
|
36 | "@types/node": "^10",
|
37 | "@types/object-hash": "^2.1.0",
|
38 | "@types/semver": "^7.3.6",
|
39 | "@typescript-eslint/eslint-plugin": "^4.28.0",
|
40 | "@typescript-eslint/parser": "^4.28.0",
|
41 | "benny": "^3.6.15",
|
42 | "eslint": "^7.29.0",
|
43 | "eslint-config-prettier": "^8.3.0",
|
44 | "jest": "^27.0.5",
|
45 | "prettier": "^2.3.1",
|
46 | "ts-jest": "^27.0.3",
|
47 | "ts-node": "^10.0.0",
|
48 | "typescript": "~4.6.3"
|
49 | },
|
50 | "dependencies": {
|
51 | "event-loop-spinner": "^2.1.0",
|
52 | "lodash.clone": "^4.5.0",
|
53 | "lodash.constant": "^3.0.0",
|
54 | "lodash.filter": "^4.6.0",
|
55 | "lodash.foreach": "^4.5.0",
|
56 | "lodash.isempty": "^4.4.0",
|
57 | "lodash.isequal": "^4.5.0",
|
58 | "lodash.isfunction": "^3.0.9",
|
59 | "lodash.isundefined": "^3.0.1",
|
60 | "lodash.map": "^4.6.0",
|
61 | "lodash.reduce": "^4.6.0",
|
62 | "lodash.size": "^4.2.0",
|
63 | "lodash.transform": "^4.6.0",
|
64 | "lodash.union": "^4.6.0",
|
65 | "lodash.values": "^4.3.0",
|
66 | "object-hash": "^3.0.0",
|
67 | "semver": "^7.0.0",
|
68 | "tslib": "^2"
|
69 | },
|
70 | "version": "2.3.0"
|
71 | }
|