UNPKG

rollup-plugin-sbom

Version:

A rollup and vite plugin to generate SBOMs for your application

92 lines (91 loc) 2.34 kB
{ "type": "module", "name": "rollup-plugin-sbom", "version": "2.0.3", "description": "A rollup and vite plugin to generate SBOMs for your application", "packageManager": "pnpm@9.15.0", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "publishConfig": { "access": "public", "provenance": true }, "files": [ "dist", "SECURITY.md" ], "scripts": { "lint": "pnpm lint:prettier && pnpm lint:eslint", "lint:prettier": "prettier -l .", "lint:eslint": "eslint .", "dev": "unbuild --stub", "build": "unbuild", "build-fixtures": "pnpm --filter \"@fixtures/*\" run build", "dev:test": "vitest watch", "test": "vitest run --coverage", "prepare": "husky", "prepublishOnly": "pnpm build", "prettier": "prettier -w .", "release": "semantic-release" }, "lint-staged": { "*.{ts,js,json,md}": "prettier --write", "*.{ts,js}": "eslint --fix" }, "repository": { "type": "git", "url": "https://github.com/janbiasi/rollup-plugin-sbom.git" }, "keywords": [ "vite-plugin", "rollup-plugin", "sbom", "cyclonedx" ], "author": "Jan Biasi (https://github.com/janbiasi)", "contributors": [ "Jan Kott (https://github.com/boostvolt)" ], "license": "MIT", "dependencies": { "@cyclonedx/cyclonedx-library": "7.1.0", "normalize-package-data": "7.0.0" }, "peerDependencies": { "rollup": "^3 || ^4" }, "devDependencies": { "@commitlint/cli": "19.7.1", "@commitlint/config-conventional": "19.7.1", "@eslint/js": "9.21.0", "@types/node": "22.13.9", "@types/normalize-package-data": "^2.4.4", "@typescript-eslint/eslint-plugin": "8.26.0", "@typescript-eslint/parser": "8.26.0", "@vitest/coverage-v8": "3.0.7", "ajv": "8.17.1", "ajv-formats": "3.0.1", "eslint": "9.21.0", "fast-xml-parser": "5.0.8", "globals": "16.0.0", "husky": "9.1.7", "lint-staged": "15.4.3", "prettier": "3.5.3", "rollup": "4.34.9", "semantic-release": "24.2.3", "typescript": "5.8.2", "typescript-eslint": "8.26.0", "unbuild": "3.5.0", "vitest": "3.0.7" } }