UNPKG

juice-shop-ctf-cli

Version:

Capture-the-Flag (CTF) environment setup tools for OWASP Juice Shop

106 lines (105 loc) 2.4 kB
{ "name": "juice-shop-ctf-cli", "version": "11.1.0", "description": "Capture-the-Flag (CTF) environment setup tools for OWASP Juice Shop", "keywords": [ "web security", "web application security", "webappsec", "owasp", "pentest", "pentesting", "security", "vulnerable", "vulnerability", "broken", "capture the flag", "ctf", "ctfd", "fbctf", "rtb", "cli" ], "homepage": "https://owasp-juice.shop", "bugs": { "url": "https://github.com/juice-shop/juice-shop-ctf/issues" }, "repository": { "type": "git", "url": "git+https://github.com/juice-shop/juice-shop-ctf.git" }, "license": "MIT", "author": "Bjoern Kimminich <bjoern.kimminich@owasp.org> (https://kimminich.de)", "contributors": [ "Bjoern Kimminich", "Jannik Hollenbach", "greenkeeper[bot]", "Josh Grossman", "Simon Basset", "JuiceShopBot", "ElJeffe", "dependabot[bot]", "Jamie McCrindle", "whitesource-bolt-for-github[bot]" ], "main": "index.js", "bin": { "juice-shop-ctf": "bin/juice-shop-ctf.js" }, "scripts": { "coverage": "nyc report --reporter=lcov", "e2e": "nyc --reporter=text mocha test/e2e --slow=25000 --timeout=45000", "lint": "standard", "lint:fix": "standard --fix", "test": "nyc --reporter=html --reporter=text mocha test/unit" }, "nyc": { "report-dir": "./build/reports/coverage" }, "dependencies": { "joi": "^17.13.3", "bcryptjs": "^2.4.3", "bluebird": "^3.7.2", "colors": "1.4.0", "dateformat": "^4.6.3", "inquirer": "^8.2.6", "js-yaml": "^4.1.0", "jssha": "^3.3.1", "node-zip": "^1.1.1", "path": "^0.12.7", "request": "^2.88.2", "request-promise": "^4.2.6", "turndown": "^7.2.0", "xmlbuilder": "^15.1.1", "yargs": "^17.7.2" }, "devDependencies": { "ava": "^6.1.3", "chai": "^4.5.0", "chai-as-promised": "^7.1.2", "chai-spies": "^1.1.0", "chai-subset": "^1.6.0", "chai-things": "^0.2.0", "inquirer-test": "^2.0.1", "lockfile": "^1.0.4", "mocha": "^10.7.3", "nyc": "^17.1.0", "rewire": "^7.0.0", "standard": "^17.1.2" }, "engines": { "node": "18 - 22" }, "preferGlobal": true, "standard": { "env": [ "node", "mocha" ], "globals": [ "it", "describe", "beforeEach" ] } }