Files
pnpm/packages/audit/package.json
2020-03-16 02:16:53 +02:00

44 lines
1.3 KiB
JSON

{
"name": "@pnpm/audit",
"version": "1.0.9",
"description": "Audit a lockfile",
"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/audit/coverage ts-node packages/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/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/audit#readme",
"devDependencies": {
"@pnpm/audit": "link:",
"@pnpm/lockfile-file": "workspace:3.0.5"
},
"dependencies": {
"@pnpm/fetch": "workspace:1.0.3",
"@pnpm/lockfile-types": "workspace:2.0.0",
"@pnpm/lockfile-utils": "workspace:2.0.9",
"@pnpm/lockfile-walker": "workspace:2.0.1",
"@pnpm/types": "workspace:5.0.0"
}
}