auditjs
Version:
Audit dependencies to identify known vulnerabilities and maintenance problems
100 lines (99 loc) • 2.54 kB
JSON
{
"name": "auditjs",
"version": "5.0.2",
"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": ">=20.0.0"
},
"overrides": {
"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": "vitest run",
"test:watch": "vitest",
"build": "tsc -p tsconfig.json",
"build-dev": "tsc -p tsconfig.development.json",
"coverage": "vitest run --coverage",
"test-ci": "vitest run --reporter=junit --outputFile=reports/test-results.xml",
"lint": "eslint src/**/*.ts",
"start": "node ./bin/index.js",
"prepare": "npm run build"
},
"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": "git+https://github.com/sonatype-nexus-community/auditjs.git"
},
"devDependencies": {
"@types/figlet": "^1.2.0",
"@types/js-yaml": "^4.0.9",
"@types/mock-fs": "^4.10.0",
"@types/node": "^20.0.0",
"@types/node-persist": "^3.0.0",
"@types/spdx-expression-parse": "^4.0.0",
"@types/ssri": "^7.1.5",
"@types/uuid": "^9.0.7",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"@vitest/coverage-v8": "^4.1.6",
"eslint": "^9.39.4",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-prettier": "^5.5.5",
"mock-fs": "^5.2.0",
"prettier": "^3.8.3",
"rimraf": "^6.1.3",
"typescript": "^5.3.3",
"vitest": "^4.1.6"
},
"dependencies": {
"@cyclonedx/cyclonedx-library": "^10.0.0",
"@sonatype/sonatype-guide-api-client": "^0.1.0",
"@xmldom/xmldom": "^0.9.0",
"chalk": "^4.1.2",
"figlet": "^1.2.4",
"js-yaml": "^4.2.0",
"log4js": "^6.4.0",
"node-persist": "^3.1.0",
"ora": "^5.4.1",
"read-installed": "~4.0.3",
"spdx-expression-parse": "^3.0.1",
"ssri": "^10.0.6",
"undici": "^7.24.4",
"xmlbuilder2": "^4.0.3",
"yargs": "^17.7.2"
}
}