UNPKG

@soos-io/soos-sbom

Version:

Upload your Software Bill of Materials (SBOM) to SOOS for vulnerability analysis, license matching and more. Register for a free trial today at https://app.soos.io/register

62 lines (61 loc) 1.89 kB
{ "name": "@soos-io/soos-sbom", "version": "1.2.3", "description": "Upload your Software Bill of Materials (SBOM) to SOOS for vulnerability analysis, license matching and more. Register for a free trial today at https://app.soos.io/register", "main": "bin/index.js", "scripts": { "setup:install": "npm install", "setup:clean-install": "npm ci", "setup:update": "npx npm-check -u", "setup:clean": "npx rimraf node_modules && npx rimraf package-lock.json", "build": "tsc", "build:clean": "npx rimraf bin", "format": "prettier ./src --check", "format:fix": "prettier ./src --write", "lint": "eslint --max-warnings 0", "lint:fix": "eslint --max-warnings 0 --fix", "knip": "knip", "typecheck": "tsc --noEmit", "check": "npm run format && npm run lint && npm run typecheck && (npm outdated || exit 0)", "patch": "npm version patch --no-git-tag-version", "patch-api-client": "npm run patch && npm run setup:clean && npm install @soos-io/api-client@latest --save-exact && npm install && npm run check" }, "repository": { "type": "git", "url": "git+https://github.com/soos-io/soos-sbom.git" }, "keywords": [ "@soos-io", "sbom", "soos api", "vulnerabilities", "licenses", "governance", "soos", "open source", "oss" ], "author": "SOOS", "license": "MIT", "bugs": { "url": "https://github.com/soos-io/soos-sbom/issues" }, "homepage": "https://github.com/soos-io/soos-sbom#readme", "dependencies": { "@soos-io/api-client": "1.8.0", "tslib": "^2.6.3" }, "devDependencies": { "@eslint/js": "^9.31.0", "@types/node": "^22.16.4", "eslint": "^9.31.0", "globals": "^16.0.0", "knip": "^5.47.0", "prettier": "^3.5.1", "typescript": "^5.8.3", "typescript-eslint": "^8.37.0" }, "bin": { "soos-sbom": "bin/index.js" } }