@snyk/java-call-graph-builder
Version:
Tool for building a call graph for JVM ecosystem (Maven, Gradle...)
74 lines (73 loc) • 2.21 kB
JSON
{
"name": "@snyk/java-call-graph-builder",
"description": "Tool for building a call graph for JVM ecosystem (Maven, Gradle...)",
"main": "dist/index.js",
"scripts": {
"format:check": "prettier --check '{lib,test}/**/*.{js,ts,json,yml}'",
"format": "prettier --write '{lib,test}/**/*.{js,ts,json,yml}'",
"lint": "npm run format:check && npm run lint:eslint",
"lint:eslint": "eslint --color --cache 'lib/**/*.{js,ts}'",
"test": "npm run lint && npm run test:unit && npm run test:integration",
"test:unit": "jest test/lib",
"test:integration": "jest test/integration --runInBand",
"test:coverage": "npm run test:unit -- --coverage",
"test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
"build": "tsc",
"build-watch": "tsc -w",
"prepare": "npm run build"
},
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/snyk/java-call-graph-builder"
},
"author": "snyk.io",
"license": "Apache-2.0",
"engines": {
"node": ">=8"
},
"files": [
"bin",
"dist",
"config.default.json"
],
"homepage": "https://github.com/snyk/java-call-graph-builder#readme",
"dependencies": {
"@snyk/graphlib": "2.1.9-patch.3",
"ci-info": "^2.0.0",
"debug": "^4.1.1",
"glob": "^7.1.6",
"jszip": "^3.7.0",
"needle": "^2.3.3",
"progress": "^2.0.3",
"snyk-config": "^4.0.0-rc.2",
"source-map-support": "^0.5.7",
"temp-dir": "^2.0.0",
"tmp": "^0.2.1",
"tslib": "^1.9.3",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/ci-info": "^2.0.0",
"@types/debug": "^4.1.5",
"@types/glob": "^7.1.1",
"@types/jest": "^24.9.1",
"@types/jszip": "^3.1.7",
"@types/needle": "^2.0.4",
"@types/nock": "^11.1.0",
"@types/node": "^8.10.59",
"@types/progress": "^2.0.3",
"@typescript-eslint/eslint-plugin": "2.18.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.1.0",
"jest": "^24.9.0",
"nock": "^11.9.1",
"prettier": "^1.18.2",
"ts-jest": "^24.0.2",
"ts-node": "7.0.0",
"tsc-watch": "^2.2.1",
"typescript": "^3.8.3"
},
"version": "1.23.6"
}