Files
pnpm/packages/plugin-commands-audit/package.json
2022-06-28 02:38:10 +03:00

62 lines
1.7 KiB
JSON

{
"name": "@pnpm/plugin-commands-audit",
"version": "6.0.17",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=14.6"
},
"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/packages/plugin-commands-audit",
"keywords": [
"pnpm7",
"pnpm",
"audit"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-audit#readme",
"devDependencies": {
"@pnpm/plugin-commands-audit": "workspace:6.0.17",
"@pnpm/test-fixtures": "workspace:*",
"@types/ramda": "0.27.39",
"@types/zkochan__table": "npm:@types/table@6.0.0",
"load-json-file": "^6.2.0",
"nock": "12.0.3",
"strip-ansi": "^6.0.0",
"tempy": "^1.0.0"
},
"dependencies": {
"@pnpm/audit": "workspace:3.0.8",
"@pnpm/cli-utils": "workspace:0.7.16",
"@pnpm/config": "workspace:15.5.0",
"@pnpm/constants": "workspace:6.1.0",
"@pnpm/error": "workspace:3.0.1",
"@pnpm/lockfile-file": "workspace:5.1.2",
"@pnpm/read-project-manifest": "workspace:3.0.6",
"@pnpm/types": "workspace:8.4.0",
"@zkochan/table": "^1.0.0",
"chalk": "^4.1.0",
"ramda": "^0.27.1",
"render-help": "^1.0.1"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
}
}