@cyclonedx/webpack-plugin
Version:
Creates CycloneDX Software Bill of Materials (SBoM) from webpack projects
116 lines (115 loc) • 3.27 kB
JSON
{
"name": "@cyclonedx/webpack-plugin",
"version": "5.1.0",
"description": "Creates CycloneDX Software Bill of Materials (SBoM) from webpack projects",
"license": "Apache-2.0",
"copyright": "Copyright OWASP Foundation",
"keywords": [
"webpack",
"CycloneDX",
"bill-of-materials",
"BOM",
"software-bill-of-materials",
"SBOM",
"inventory",
"component",
"dependency",
"package-url",
"PURL",
"SPDX"
],
"homepage": "https://github.com/CycloneDX/cyclonedx-webpack-plugin#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/CycloneDX/cyclonedx-webpack-plugin.git"
},
"bugs": {
"url": "https://github.com/CycloneDX/cyclonedx-webpack-plugin/issues"
},
"funding": [
{
"type": "individual",
"url": "https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX"
}
],
"author": {
"name": "Jan Kowalleck",
"url": "https://github.com/jkowalleck"
},
"contributors": [
{
"name": "Jan Kowalleck",
"url": "https://github.com/jkowalleck"
},
{
"name": "Steve Springett",
"url": "https://github.com/stevespringett"
},
{
"name": "Jeremy Long",
"url": "https://github.com/jeremylong"
},
{
"name": "Peter Schuster",
"url": "https://github.com/peschuster"
},
{
"name": "Drew Thompson",
"url": "https://github.com/officerNordberg"
},
{
"name": "Tristan Bastian",
"url": "https://github.com/reey"
},
{
"name": "Frozen_byte",
"url": "https://github.com/Frozen-byte"
}
],
"type": "commonjs",
"engines": {
"node": ">=20.18.0"
},
"dependencies": {
"@cyclonedx/cyclonedx-library": "^8.4.0",
"normalize-package-data": "^7.0.0",
"xmlbuilder2": "^3.0.2"
},
"peerDependencies": {
"webpack": "^5"
},
"devDependencies": {
"@types/node": "ts5.8",
"@types/normalize-package-data": "^2.4.4",
"c8": "^10",
"jest": "30.0.0",
"jest-junit": "16.0.0",
"npm-run-all2": "^8.0.1",
"typescript": "5.8.3",
"webpack": "^5"
},
"types": "./dist/plugin.d.ts",
"main": "./dist/plugin.js",
"exports": "./dist/plugin.js",
"scripts": {
"dev-setup": "npm i && run-p --aggregate-output -lc dev-setup:\\*",
"dev-setup:code-style": "npm --prefix tools/code-style install",
"prepublish": "npm run build",
"prepublishOnly": "run-s -lc build setup-tests test",
"prebuild": "node -r fs -e 'fs.rmSync(\"dist\",{recursive:true,force:true})'",
"build": "tsc -b ./tsconfig.json",
"build-dev": "npm run -- build --sourceMap",
"setup-tests": "node tests/integration/setup.js",
"test": "run-p --aggregate-output -lc 'test:*'",
"test:jest": "c8 jest",
"test:lint": "tsc --noEmit",
"test:standard": "npm --prefix tools/code-style exec -- eslint .",
"cs-fix": "npm --prefix tools/code-style exec -- eslint --fix ."
},
"jest-junit": {
"suiteName": "jest tests",
"outputDirectory": "reports/jest",
"outputName": "tests.junit.xml"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}