{
  "name": "auditjs",
  "version": "4.2.0",
  "description": "Audit dependencies to identify known vulnerabilities and maintenance problems",
  "main": "./bin/index.js",
  "bin": {
    "auditjs": "./bin/index.js"
  },
  "files": [
    "bin/**/*"
  ],
  "preferGlobal": true,
  "engines": {
    "node": ">=16.13.0"
  },
  "resolutions": {
    "braces": "3.0.3",
    "brace-expansion": "^2.0.2",
    "hosted-git-info": "^3.0.8",
    "y18n": "^5.0.8",
    "minimatch": ">=3.0.5",
    "semver": "^7.5.2",
    "read-package-json": ">=7.0.0",
    "glob": ">=12.0.0",
    "cross-spawn": ">=7.0.5"
  },
  "scripts": {
    "test": "mocha -r ts-node/register src/**/*.spec.ts",
    "build": "tsc -p tsconfig.json",
    "build-dev": "tsc -p tsconfig.development.json",
    "coverage": "nyc mocha -r ts-node/register src/**/*.spec.ts",
    "generate-coverage-report": "nyc report --reporter=text-lcov > lcov.info",
    "test-ci": "MOCHA_FILE=./reports/test-results.xml ./node_modules/.bin/mocha -r ts-node/register src/**/*.spec.ts --reporter mocha-junit-reporter",
    "lint": "eslint src/**/*.ts",
    "start": "node ./bin/index.js",
    "prepare": "yarn build",
    "prepublishOnly": "yarn test",
    "iq-scan": "npx auditjs@latest iq -a auditjs"
  },
  "keywords": [
    "Audit",
    "Scan",
    "Vulnerability",
    "CPE",
    "CVE",
    "CWE",
    "OSSIndex",
    "Artie",
    "Nexus",
    "Sonatype",
    "SCA",
    "SBOM",
    "Security",
    "Advisories"
  ],
  "author": "Sonatype Community",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/sonatype-nexus-community/auditjs.git"
  },
  "devDependencies": {
    "@types/chai": "4.2.0",
    "@types/chai-as-promised": "7.1.1",
    "@types/figlet": "^1.2.0",
    "@types/js-yaml": "^3.12.2",
    "@types/mocha": "5.2.7",
    "@types/mock-fs": "^4.10.0",
    "@types/node": "^18.0.0",
    "@types/node-fetch": "^2.5.4",
    "@types/node-persist": "^3.0.0",
    "@types/sinon": "^7.5.1",
    "@types/ssri": "^7.1.5",
    "@types/uuid": "^9.0.7",
    "@types/yargs": "^13.0.8",
    "@types/yarnpkg__lockfile": "^1.1.3",
    "@typescript-eslint/eslint-plugin": "^6.13.2",
    "@typescript-eslint/parser": "^6.13.2",
    "@yarnpkg/lockfile": "^1.1.0",
    "chai": "4.2.0",
    "chai-as-promised": "7.1.1",
    "eslint": "^7.1.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-prettier": "^3.1.2",
    "mocha": "^8.3.1",
    "mocha-junit-reporter": "^1.23.3",
    "mock-fs": "^5.2.0",
    "nock": "11.7.0",
    "nyc": "^15.0.0",
    "prettier": "^1.19.1",
    "rimraf": "^4.0.0",
    "sinon": "^8.0.2",
    "ts-node": "^8.5.4",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@xmldom/xmldom": "^0.8.5",
    "chalk": "^3.0.0",
    "colors": "1.4.0",
    "figlet": "^1.2.4",
    "https-proxy-agent": "^7.0.6",
    "js-yaml": "3.14.2",
    "log4js": "^6.4.0",
    "node-fetch": "^2.6.8",
    "node-persist": "^3.1.0",
    "ora": "^4.0.3",
    "read-installed": "~4.0.3",
    "spdx-license-ids": "^3.0.5",
    "ssri": "^10.0.6",
    "uuid": "^9.0.1",
    "xmlbuilder": "^13.0.2",
    "yargs": "^16.1.0"
  }
}
