{ "name": "@pnpm/plugin-commands-audit", "version": "10.3.1", "description": "pnpm commands for dependencies audit", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=18.12" }, "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix", "update-responses": "ts-node test/utils/responses/update.ts" }, "repository": "https://github.com/pnpm/pnpm/blob/main/lockfile/plugin-commands-audit", "keywords": [ "pnpm9", "pnpm", "audit" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/plugin-commands-audit#readme", "devDependencies": { "@pnpm/plugin-commands-audit": "workspace:*", "@pnpm/plugin-commands-installation": "workspace:*", "@pnpm/test-fixtures": "workspace:*", "@types/ramda": "catalog:", "@types/zkochan__table": "catalog:", "load-json-file": "catalog:", "nock": "catalog:", "strip-ansi": "catalog:", "tempy": "catalog:" }, "dependencies": { "@pnpm/audit": "workspace:*", "@pnpm/cli-utils": "workspace:*", "@pnpm/config": "workspace:*", "@pnpm/constants": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/lockfile.fs": "workspace:*", "@pnpm/network.auth-header": "workspace:*", "@pnpm/read-project-manifest": "workspace:*", "@pnpm/types": "workspace:*", "@zkochan/table": "catalog:", "chalk": "catalog:", "mem": "catalog:", "ramda": "catalog:", "render-help": "catalog:" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" } }