UNPKG

snyk-nuget-plugin

Version:
64 lines (63 loc) 1.83 kB
{ "name": "snyk-nuget-plugin", "description": "Snyk CLI NuGet plugin", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "npm run test:unit", "test:unit": "jest --coverage --runInBand", "test:smoke": "jest --coverage --silent=false --detectOpenHandles --testMatch **/*.spec.smoke.ts --bail", "lint": "npm run lint:prettier && npm run lint:eslint", "lint:eslint": "eslint -c .eslintrc '{lib,test}/**/*.ts'", "lint:prettier": "prettier --check '{lib,test}/**/*.{ts,csproj,json}' --log-level 'warn'", "lint:fix": "prettier --write '{lib,test}/**/*.{ts,csproj,json}' && eslint -c .eslintrc --fix '{lib,test}/**/*.ts'", "build": "tsc", "build:watch": "tsc -w", "prepare": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/snyk/snyk-nuget-plugin.git" }, "keywords": [ "snyk", "nuget" ], "author": "snyk.io", "license": "Apache-2.0", "engines": { "node": ">=16" }, "files": [ "bin", "dist" ], "bugs": { "url": "https://github.com/snyk/snyk-nuget-plugin/issues" }, "homepage": "https://github.com/snyk/snyk-nuget-plugin#readme", "dependencies": { "@snyk/cli-interface": "^2.14.0", "@snyk/dep-graph": "^2.8.1", "debug": "^4.3.4", "dotnet-deps-parser": "6.1.0", "jszip": "3.10.1", "lodash": "^4.17.21", "node-cache": "^5.1.2", "snyk-paket-parser": "1.6.0", "tslib": "^2.6.2", "xml2js": "^0.6.2" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.12.11", "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "eslint": "^8.48.0", "jest": "^29.7.0", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "typescript": "^5.4.5" }, "version": "2.13.2" }