@brightsec/cli
Version:
Bright CLI is a CLI tool that can initialize, stop, poll and maintain scans in Bright solutions.
170 lines (169 loc) • 4.89 kB
JSON
{
"name": "@brightsec/cli",
"version": "13.7.0",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/NeuraLegion/bright-cli.git"
},
"publishConfig": {
"access": "public"
},
"author": "Artem Derevnjuk <artem.derevnjuk@brightsec.com>",
"bin": {
"bright-cli": "./dist/index.js"
},
"bugs": {
"url": "https://github.com/NeuraLegion/bright-cli/issues"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"engines": {
"node": ">=20 <=22"
},
"dependencies": {
"@neuralegion/os-service": "^1.2.6",
"@neuralegion/raw-socket": "^1.8.6",
"@sentry/node": "^7.120.0",
"ajv": "^6.12.6",
"amqplib": "~0.10.2",
"arch": "^2.2.0",
"axios": "^1.7.8",
"better-ajv-errors": "^1.2.0",
"chalk": "^4.1.2",
"ci-info": "^3.8.0",
"cross-spawn": "7.0.6",
"fast-content-type-parse": "^1.1.0",
"find-up": "^5.0.0",
"form-data": "^4.0.0",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.4",
"iconv-lite": "^0.6.3",
"js-yaml": "^4.1.0",
"ms": "^2.1.3",
"reflect-metadata": "^0.1.13",
"rotating-file-stream": "^3.2.5",
"semver": "^7.6.0",
"socket.io-client": "^4.7.1",
"socket.io-msgpack-parser": "^3.0.2",
"socks": "~2.8.3",
"socks-proxy-agent": "~8.0.2",
"tslib": "^2.3.1",
"tsyringe": "~4.6.0",
"win-ca": "^3.5.0",
"ws": "^8.18.0",
"yargs": "^17.7.2"
},
"description": "Bright CLI is a CLI tool that can initialize, stop, poll and maintain scans in Bright solutions.",
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/amqplib": "~0.8.2",
"@types/har-format": "^1.2.7",
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.2",
"@types/ms": "^0.7.31",
"@types/node": "^16.18.96",
"@types/semver": "^7.5.8",
"@types/ws": "^7.4.7",
"@types/yargs": "~16.0.1",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@yao-pkg/pkg": "^5.11.5",
"axios-retry": "^4.3.0",
"clean-webpack-plugin": "^4.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.4.2",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"is-ci": "^3.0.1",
"jest": "^29.7.0",
"lint-staged": "^13.0.3",
"nock": "^13.2.9",
"nodemon": "^3.1.0",
"prettier": "^2.7.1",
"semantic-release": "^22.0.12",
"terser-webpack-plugin": "^5.3.5",
"ts-jest": "^29.1.2",
"ts-loader": "^9.3.1",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^3.0.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/NeuraLegion/bright-cli#readme",
"keywords": [
"nexploit",
"cli",
"api",
"bright",
"cyber-security",
"security",
"har",
"oas",
"crawler",
"nexmock"
],
"license": "MIT",
"lint-staged": {
"*.ts": [
"eslint --fix"
],
"*.{ts,js,json,md}": [
"prettier --write"
]
},
"pkg": {
"scripts": "dist/**/*.js",
"assets": [
"./node_modules/axios/**",
"./node_modules/win-ca/lib/crypt32-*.node",
"./node_modules/@neuralegion/os-service/prebuilds/win32-*/@neuralegion+os-service.abi115.node",
"./node_modules/@neuralegion/raw-socket/prebuilds/win32-*/@neuralegion+raw-socket.abi115.node",
"./node_modules/@neuralegion/raw-socket/prebuilds/linux-x64/@neuralegion+raw-socket.abi115.glibc.node",
"./node_modules/@neuralegion/raw-socket/prebuilds/darwin-x64+arm64/@neuralegion+raw-socket.abi115.node",
"./node_modules/rotating-file-stream/**"
],
"targets": [
"node20-linux-x64",
"node20-macos-x64",
"node20-windows-x64"
],
"outputPath": "bin",
"compress": "Brotli"
},
"scripts": {
"semantic-release": "semantic-release",
"cross-env": "cross-env",
"husky": "husky",
"eslint": "eslint",
"prettier": "prettier",
"webpack": "webpack",
"pkg": "pkg",
"lint": "eslint -c .eslintrc.js src tests",
"format": "prettier --check src tests",
"test:unit": "cross-env NODE_ENV=test jest src",
"test:e2e": "cross-env NODE_ENV=test jest tests",
"build": "webpack --config webpack.config.js --mode=production",
"build:pkg": "pkg .",
"prepare": "is-ci || husky install",
"start": "node -r ts-node/register/transpile-only -r tsconfig-paths/register src/index.ts"
},
"brightCli": {
"distribution": "npm"
}
}