snyk-mvn-plugin
Version:
Snyk CLI Maven plugin
62 lines (61 loc) • 1.79 kB
JSON
{
"name": "snyk-mvn-plugin",
"description": "Snyk CLI Maven plugin",
"homepage": "https://github.com/snyk/snyk-mvn-plugin",
"repository": {
"type": "git",
"url": "https://github.com/snyk/snyk-mvn-plugin"
},
"main": "dist/index.js",
"directories": {
"test": "test"
},
"files": [
"dist"
],
"engines": {
"node": "^20"
},
"scripts": {
"build": "tsc",
"format:check": "prettier --check '{lib,test}/**/*.{js,ts,json,yml}'",
"format": "prettier --write '{lib,tests}/**/*.{js,ts,json,yml}'",
"lint": "npm run format:check && npm run lint:eslint",
"lint:eslint": "eslint --color --cache 'lib/**/*.{js,ts}'",
"prepare": "npm run build",
"test": "npm run prepare && npm run test:functional && npm run test:system",
"test:functional": "jest tests/jest/functional/",
"test:system": "jest --runInBand --testTimeout=180000 tests/jest/system/",
"semantic-release": "semantic-release"
},
"author": "snyk.io",
"license": "Apache-2.0",
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.12",
"@types/node": "^18.11.18",
"@types/sinon": "^7.5.2",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^29.7.0",
"prettier": "^2.7.1",
"semantic-release": "^15",
"sinon": "^2.4.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
"dependencies": {
"@common.js/yocto-queue": "^1.1.1",
"@snyk/cli-interface": "2.11.3",
"@snyk/dep-graph": "^1.23.1",
"debug": "^4.3.4",
"glob": "^7.1.6",
"packageurl-js": "^1.0.0",
"shescape": "^2.1.4",
"tslib": "^2.4.0"
},
"version": "4.1.2"
}