mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-27 02:20:19 -04:00
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "@pnpm/deps.compliance.sbom",
|
|
"version": "1100.0.3",
|
|
"description": "Generate SBOM from pnpm lockfile",
|
|
"keywords": [
|
|
"pnpm",
|
|
"pnpm11",
|
|
"cyclonedx",
|
|
"sbom",
|
|
"spdx"
|
|
],
|
|
"license": "MIT",
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"repository": "https://github.com/pnpm/pnpm/tree/main/deps/compliance/sbom",
|
|
"homepage": "https://github.com/pnpm/pnpm/tree/main/deps/compliance/sbom#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"scripts": {
|
|
"test": "pn compile && pn .test",
|
|
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
"prepublishOnly": "pn compile",
|
|
"compile": "tsgo --build && pn lint --fix",
|
|
".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
|
|
},
|
|
"dependencies": {
|
|
"@cyclonedx/cyclonedx-library": "catalog:",
|
|
"@pnpm/deps.compliance.license-resolver": "workspace:*",
|
|
"@pnpm/lockfile.detect-dep-types": "workspace:*",
|
|
"@pnpm/lockfile.types": "workspace:*",
|
|
"@pnpm/lockfile.utils": "workspace:*",
|
|
"@pnpm/lockfile.walker": "workspace:*",
|
|
"@pnpm/pkg-manifest.reader": "workspace:*",
|
|
"@pnpm/store.index": "workspace:*",
|
|
"@pnpm/store.pkg-finder": "workspace:*",
|
|
"@pnpm/types": "workspace:*",
|
|
"p-limit": "catalog:",
|
|
"ssri": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "catalog:",
|
|
"@pnpm/deps.compliance.sbom": "workspace:*",
|
|
"@pnpm/logger": "workspace:*",
|
|
"@pnpm/store.cafs": "workspace:*",
|
|
"@types/ssri": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.13"
|
|
},
|
|
"jest": {
|
|
"preset": "@pnpm/jest-config"
|
|
}
|
|
}
|