mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 19:22:52 -05:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "@pnpm/audit",
|
|
"version": "2.1.1",
|
|
"description": "Audit a lockfile",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"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 && pnpm run lint -- --fix"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/audit",
|
|
"keywords": [
|
|
"pnpm",
|
|
"audit"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/audit#readme",
|
|
"devDependencies": {
|
|
"@pnpm/constants": "workspace:5.0.0",
|
|
"@pnpm/lockfile-file": "workspace:4.0.1",
|
|
"nock": "12.0.3"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/error": "workspace:2.0.0",
|
|
"@pnpm/fetch": "workspace:3.1.0",
|
|
"@pnpm/lockfile-types": "workspace:3.0.0",
|
|
"@pnpm/lockfile-utils": "workspace:3.0.2",
|
|
"@pnpm/lockfile-walker": "workspace:4.0.2",
|
|
"@pnpm/types": "workspace:7.1.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|