mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-audit",
|
|
"version": "0.2.9",
|
|
"description": "pnpm commands for dependencies audit",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
|
|
"tsc": "rimraf lib && tsc",
|
|
"test": "pnpm run tsc && ts-node test",
|
|
"prepublishOnly": "pnpm run tsc"
|
|
},
|
|
"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://pnpm.js.org",
|
|
"devDependencies": {
|
|
"@pnpm/plugin-commands-audit": "link:",
|
|
"@pnpm/types": "workspace:5.0.0",
|
|
"@types/ramda": "^0.26.42",
|
|
"@types/table": "^4.0.7",
|
|
"strip-ansi": "6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/audit": "workspace:1.0.7",
|
|
"@pnpm/cli-utils": "workspace:0.3.7",
|
|
"@pnpm/config": "workspace:8.0.1",
|
|
"@pnpm/constants": "workspace:3.0.0",
|
|
"@pnpm/error": "workspace:1.0.0",
|
|
"@pnpm/lockfile-file": "workspace:3.0.4",
|
|
"chalk": "3.0.0",
|
|
"ramda": "0.27.0",
|
|
"render-help": "1.0.0",
|
|
"table": "5.4.6"
|
|
}
|
|
}
|