UNPKG

veracode-ci

Version:

Veracode client for triggering scans in Continuous Integration

84 lines (83 loc) 2.45 kB
{ "name": "veracode-ci", "version": "0.2.6", "description": "Veracode client for triggering scans in Continuous Integration", "bin": { "veracode": "lib/index.js" }, "files": [ "lib" ], "scripts": { "build": "babel src --out-dir lib", "clean": "rm -rf .nyc_output/ lib/ coverage/", "lint": "npm run lint:js", "lint:js": "eslint --fix --format=node_modules/eslint-formatter-pretty .", "lint:staged": "lint-staged", "pretest": "npm run clean && npm run lint", "test": "better-npm-run test" }, "betterScripts": { "test": { "command": "nyc mocha --require @babel/register --recursive ./test/helper.js ./test/unit/**/*.test.js", "env": { "NODE_ENV": "test" } } }, "lint-staged": { "*.js": "eslint" }, "pre-commit": "lint:staged", "repository": { "type": "git", "url": "git+https://github.com/tveal/veracode-ci.git" }, "keywords": [ "veracode", "ci", "static analysis" ], "author": "TVeal", "license": "MIT", "bugs": { "url": "https://github.com/tveal/veracode-ci/issues" }, "homepage": "https://github.com/tveal/veracode-ci#readme", "devDependencies": { "@babel/cli": "^7.7.5", "@babel/core": "^7.7.5", "@babel/plugin-proposal-class-properties": "^7.7.4", "@babel/plugin-proposal-decorators": "^7.7.4", "@babel/plugin-proposal-export-namespace-from": "^7.7.4", "@babel/plugin-proposal-function-sent": "^7.7.4", "@babel/plugin-proposal-json-strings": "^7.7.4", "@babel/plugin-proposal-numeric-separator": "^7.7.4", "@babel/plugin-proposal-throw-expressions": "^7.7.4", "@babel/plugin-syntax-dynamic-import": "^7.7.4", "@babel/plugin-syntax-import-meta": "^7.7.4", "@babel/plugin-transform-runtime": "^7.7.6", "@babel/preset-env": "^7.7.6", "@babel/register": "^7.7.4", "@babel/runtime": "^7.7.6", "babel-eslint": "^10.0.3", "babel-plugin-istanbul": "^5.2.0", "better-npm-run": "^0.1.1", "chai": "^4.2.0", "eslint": "^6.7.2", "eslint-config-airbnb-base": "^14.0.0", "eslint-formatter-pretty": "^3.0.1", "eslint-plugin-import": "^2.19.1", "lint-staged": "^9.5.0", "minimist": "^1.2.5", "mocha": "^6.2.2", "nyc": "^14.1.1", "sinon": "^7.5.0", "sinon-chai": "^3.3.0" }, "dependencies": { "@jupiterone/veracode-client": "^0.3.2", "console-log-level": "^1.4.1", "yargs": "^15.0.2" } }