Files
pnpm/packages/audit/package.json
2020-11-20 01:40:50 +02:00

48 lines
1.3 KiB
JSON

{
"name": "@pnpm/audit",
"version": "1.1.20",
"description": "Audit a lockfile",
"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": "jest",
"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/constants": "workspace:^4.1.0",
"@pnpm/lockfile-file": "workspace:3.1.1",
"nock": "12.0.3"
},
"dependencies": {
"@pnpm/error": "workspace:1.4.0",
"@pnpm/fetch": "workspace:2.1.8",
"@pnpm/lockfile-types": "workspace:2.1.1",
"@pnpm/lockfile-utils": "workspace:2.0.20",
"@pnpm/lockfile-walker": "workspace:3.0.7",
"@pnpm/types": "workspace:6.3.1"
},
"funding": "https://opencollective.com/pnpm"
}