@sectester/core
Version:
The core package can be used to obtain a config including credentials from different sources, and provide a simplified abstraction to handle events and commands.
48 lines • 1.09 kB
JSON
{
"name": "@sectester/core",
"version": "0.45.0",
"description": "The core package can be used to obtain a config including credentials from different sources, and provide a simplified abstraction to handle events and commands.",
"repository": {
"type": "git",
"url": "git+https://github.com/NeuraLegion/sectester-js.git"
},
"engines": {
"node": ">=18",
"npm": ">=10"
},
"author": {
"name": "Artem Derevnjuk",
"email": "artem.derevnjuk@brightsec.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/NeuraLegion/sectester-js/issues"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"security",
"testing",
"e2e",
"test",
"typescript",
"appsec",
"pentesting",
"qa",
"brightsec"
],
"secTester": {
"name": "sectester-js"
},
"dependencies": {
"chalk": "^4.1.2",
"reflect-metadata": "^0.2.2",
"tslib": "~2.6.3",
"tsyringe": "^4.8.0",
"undici-types": "5.26.5"
},
"types": "./src/index.d.ts",
"main": "./src/index.js",
"type": "commonjs"
}