Files
pnpm/packages/plugin-commands-audit/package.json
2020-01-27 22:51:07 +02:00

51 lines
1.3 KiB
JSON

{
"name": "@pnpm/plugin-commands-audit",
"version": "0.2.3-0",
"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.40",
"@types/table": "^4.0.7",
"rimraf": "3.0.0",
"strip-ansi": "6.0.0"
},
"dependencies": {
"@pnpm/audit": "workspace:1.0.4",
"@pnpm/cli-utils": "workspace:0.3.2-0",
"@pnpm/config": "workspace:7.1.0",
"@pnpm/constants": "workspace:3.0.0",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/lockfile-file": "workspace:3.0.2",
"chalk": "3.0.0",
"ramda": "0.26.1",
"render-help": "0.0.0",
"table": "5.4.6"
}
}