Files
pnpm/lockfile/plugin-commands-audit/package.json
2025-12-21 18:09:02 +01:00

70 lines
2.0 KiB
JSON

{
"name": "@pnpm/plugin-commands-audit",
"version": "1002.1.19",
"description": "pnpm commands for dependencies audit",
"keywords": [
"pnpm",
"pnpm11",
"audit"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/tree/main/lockfile/plugin-commands-audit",
"homepage": "https://github.com/pnpm/pnpm/tree/main/lockfile/plugin-commands-audit#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "cross-env NODE_OPTIONS=--experimental-vm-modules 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"
},
"dependencies": {
"@pnpm/audit": "workspace:*",
"@pnpm/cli-utils": "workspace:*",
"@pnpm/config": "workspace:*",
"@pnpm/config.config-writer": "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:",
"memoize": "catalog:",
"ramda": "catalog:",
"render-help": "catalog:"
},
"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:",
"read-yaml-file": "catalog:",
"tempy": "catalog:"
},
"engines": {
"node": ">=20.19"
},
"jest": {
"preset": "@pnpm/jest-config"
}
}