mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-05 12:41:44 -05:00
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-audit",
|
|
"version": "2.0.20",
|
|
"description": "pnpm commands for dependencies audit",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.16"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
|
|
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/plugin-commands-audit/coverage ts-node packages/plugin-commands-audit/test --type-check",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-audit",
|
|
"keywords": [
|
|
"pnpm",
|
|
"audit"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-audit#readme",
|
|
"devDependencies": {
|
|
"@pnpm/plugin-commands-audit": "link:",
|
|
"@pnpm/types": "workspace:6.3.0",
|
|
"@types/ramda": "^0.27.28",
|
|
"@types/table": "^5.0.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/audit": "workspace:1.1.15",
|
|
"@pnpm/cli-utils": "workspace:0.4.33",
|
|
"@pnpm/config": "workspace:11.6.1",
|
|
"@pnpm/constants": "workspace:4.1.0",
|
|
"@pnpm/error": "workspace:1.3.1",
|
|
"@pnpm/lockfile-file": "workspace:3.0.15",
|
|
"chalk": "^4.1.0",
|
|
"ramda": "^0.27.1",
|
|
"render-help": "^1.0.1",
|
|
"table": "^6.0.3"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|