UNPKG

npm-audit-reporter-teamcity

Version:

generate TeamCity code inspections from the output of `npm audit`

64 lines (63 loc) 1.59 kB
{ "name": "npm-audit-reporter-teamcity", "version": "0.4.0", "description": "generate TeamCity code inspections from the output of `npm audit`", "main": "dist/index.js", "bin": "bin/index.js", "files": [ "bin", "dist/*.js", "dist/legacy/*.js", "package.json", "LICENSE", "README.md" ], "scripts": { "build": "tsc", "prepare": "npm run build", "prepublishOnly": "npm test", "pretest": "npm run lint", "test": "jest --detectOpenHandles", "lint": "npm run eslint", "eslint": "eslint -c .eslintrc ./src/**" }, "keywords": [ "teamcity", "npm", "security", "audit" ], "author": "Igor Shevchenko", "contributors": [ { "name": "Michele Preziuso", "email": "mpreziuso@kaosdynamics.com", "url": "https://github.com/mpreziuso" } ], "license": "MIT", "dependencies": { "teamcity-service-messages": "0.1.14" }, "devDependencies": { "@types/jest": "29.2.5", "@types/node": "11.15.54", "@typescript-eslint/eslint-plugin": "5.48.1", "@typescript-eslint/eslint-plugin-tslint": "5.48.1", "@typescript-eslint/parser": "5.48.1", "eslint": "7.32.0", "eslint-config-prettier": "8.6.0", "eslint-plugin-prettier": "4.2.1", "jest": "29.3.1", "prettier": "2.8.2", "ts-jest": "29.0.3", "tslint": "6.1.3", "tslint-config-prettier": "1.18.0", "tslint-plugin-prettier": "2.3.0", "typescript": "4.9.4" }, "repository": { "type": "git", "url": "git+https://github.com/cy6erskunk/npm-audit-reporter-teamcity/" } }