UNPKG

@soos-io/soos-sca

Version:

SOOS Core SCA Security Analysis - Check for vulnerabilities, licenses, policy violations and more! Register for your free trial at https://app.soos.io/register

65 lines (64 loc) 2.1 kB
{ "name": "@soos-io/soos-sca", "version": "4.1.7", "description": "SOOS Core SCA Security Analysis - Check for vulnerabilities, licenses, policy violations and more! Register for your free trial at https://app.soos.io/register", "main": "bin/index.js", "scripts": { "setup:install": "npm install --registry https://registry.npmjs.org/", "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", "typecheck": "tsc --noEmit", "check": "npm run format && npm run lint && npm run typecheck && (npm outdated || exit 0)", "link:soos-api-client": "npm link @soos-io/api-client && npm run build && npm link", "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 --registry https://registry.npmjs.org/ --save-exact && npm install --registry https://registry.npmjs.org/ && npm run check", "knip": "knip" }, "repository": { "type": "git", "url": "git+https://github.com/soos-io/soos-sca.git" }, "keywords": [ "@soos-io", "sca", "package", "soos api", "vulnerabilities", "licenses", "sbom", "governance", "soos", "open source", "oss" ], "author": "SOOS", "license": "MIT", "bugs": { "url": "https://github.com/soos-io/soos-sca/issues" }, "homepage": "https://github.com/soos-io/soos-sca#readme", "dependencies": { "@soos-io/api-client": "1.5.0", "tslib": "^2.6.2" }, "devDependencies": { "@eslint/js": "^9.24.0", "@types/node": "^20.17.30", "eslint": "^9.24.0", "globals": "^16.0.0", "knip": "^5.47.0", "prettier": "^3.5.2", "typescript": "^5.8.3", "typescript-eslint": "^8.29.1" }, "bin": { "soos-sca": "bin/index.js" } }