mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 16:52:13 -05:00
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-audit",
|
|
"version": "1.0.0",
|
|
"description": "pnpm commands for dependencies audit",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.13"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c ../../tslint.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:5.0.0",
|
|
"@types/ramda": "^0.26.44",
|
|
"@types/table": "^4.0.7",
|
|
"strip-ansi": "6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/audit": "workspace:1.0.9",
|
|
"@pnpm/cli-utils": "workspace:0.3.10",
|
|
"@pnpm/config": "workspace:8.1.1",
|
|
"@pnpm/constants": "workspace:3.0.0",
|
|
"@pnpm/error": "workspace:1.1.0",
|
|
"@pnpm/lockfile-file": "workspace:3.0.5",
|
|
"chalk": "3.0.0",
|
|
"ramda": "0.27.0",
|
|
"render-help": "1.0.0",
|
|
"table": "5.4.6"
|
|
}
|
|
}
|