Files
pnpm/packages/audit/package.json
2022-01-22 15:57:26 +02:00

48 lines
1.2 KiB
JSON

{
"name": "@pnpm/audit",
"version": "2.2.5",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"scripts": {
"lint": "eslint src/**/*.ts test/**/*.ts",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "tsc --build && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/audit",
"keywords": [
"pnpm6",
"pnpm",
"audit"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/audit#readme",
"devDependencies": {
"@pnpm/audit": "workspace:2.2.5",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/lockfile-file": "workspace:4.2.6",
"nock": "12.0.3"
},
"dependencies": {
"@pnpm/error": "workspace:2.0.0",
"@pnpm/fetch": "workspace:4.2.4",
"@pnpm/lockfile-types": "workspace:3.1.5",
"@pnpm/lockfile-utils": "workspace:3.2.0",
"@pnpm/lockfile-walker": "workspace:4.0.14",
"@pnpm/types": "workspace:7.9.0"
},
"funding": "https://opencollective.com/pnpm"
}