@soos-io/api-client
Version:
This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform. Register for a free trial today at https://app.soos.io/register
81 lines (80 loc) • 2.2 kB
JSON
{
"name": "@soos-io/api-client",
"version": "1.3.10",
"description": "This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform. Register for a free trial today at https://app.soos.io/register",
"main": "dist/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 build",
"format": "prettier ./src --check",
"format:fix": "prettier ./src --write",
"lint": "eslint --max-warnings 0",
"lint:fix": "eslint --max-warnings 0 --fix",
"typecheck": "tsc --noEmit",
"test": "jest",
"knip": "knip",
"check": "npm run format && npm run lint && npm run typecheck && npm run test && (npm outdated || exit 0)",
"patch": "npm version patch --no-git-tag-version",
"build:link": "npm run build && npm link"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"keywords": [
"@soos-io",
"sca",
"package",
"soos api",
"vulnerabilities",
"licenses",
"sbom",
"governance",
"dast",
"soos",
"open source",
"oss",
"csa",
"sast",
"docker",
"containers"
],
"repository": {
"type": "git",
"url": "git+https://github.com/soos-io/soos-api-client.git"
},
"author": "SOOS",
"license": "MIT",
"bugs": {
"url": "https://github.com/soos-io/soos-api-client/issues"
},
"homepage": "https://github.com/soos-io/soos-api-client#readme",
"dependencies": {
"axios": "^1.8.4",
"commander": "^13.1.0",
"form-data": "^4.0.2",
"glob": "^11.0.1",
"tslib": "^2.8.1"
},
"overrides": {
"glob": "^11.0.1"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.30",
"eslint": "^9.24.0",
"globals": "^16.0.0",
"jest": "^29.1.2",
"knip": "^5.47.0",
"prettier": "^3.5.3",
"ts-jest": "^29.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.1"
}
}