snyk-mvn-plugin
Version:
Snyk CLI Maven plugin
67 lines (66 loc) • 2.28 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.18.1 || ^22.13.0 || >=24.0.0"
},
"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 --maxWorkers=2 tests/jest/functional/",
"test:system": "jest --runInBand --testTimeout=180000 tests/jest/system/",
"test:system-maven3": "jest --runInBand --testTimeout=180000 tests/jest/system/ --testPathIgnorePatterns=maven4.spec.ts",
"test:system-maven4": "jest --runInBand --testTimeout=180000 tests/jest/system/",
"test:maven3": "npm run prepare && npm run test:functional && npm run test:system-maven3",
"test:maven4": "npm run prepare && npm run test:functional && npm run test:system-maven4",
"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.14.1",
"@snyk/dep-graph": "^2.12.0",
"@snyk/error-catalog-nodejs-public": "^5.79.0",
"debug": "^4.3.4",
"glob": "^7.1.6",
"packageurl-js": "^2.0.1",
"shescape": "^2.1.4",
"tslib": "^2.4.0"
},
"version": "4.7.0"
}