UNPKG

@noemaresearch/ctf-cli

Version:

A CLI tool for navigating and playing cybersecurity challenges

73 lines (72 loc) 2.42 kB
{ "name": "@noemaresearch/ctf-cli", "version": "5.1.10-beta", "description": "A CLI tool for navigating and playing cybersecurity challenges", "main": "dist/index.js", "bin": { "ctf": "./dist/index.js" }, "scripts": { "clean": "rm -rf dist node_modules package-lock.json", "build": "tsc", "start": "NODE_ENV=production npm run build && cp client.key dist/commands/ && NODE_ENV=production ts-node src/index.ts && exit 0", "dev": "NODE_ENV=development npm run build && cp client.key dist/commands/ && NODE_ENV=development ts-node src/index.ts && exit 0", "emulators": "NODE_ENV=development FIREBASE_USE_EMULATORS=true npm run build && cp clientkey dist/commands/ && NODE_ENV=development FIREBASE_USE_EMULATORS=true firebase emulators:start --import=./emulator-data --export-on-exit=./emulator-data && exit 0" }, "keywords": [ "ctf", "cybersecurity", "cli" ], "author": "Noema Research", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/noemaresearch/ctf.git" }, "bugs": { "url": "https://github.com/noemaresearch/ctf/issues" }, "homepage": "https://github.com/noemaresearch/ctf#readme", "ctf-cli": "git+https://github.com/noemaresearch/ctf.git", "dependencies": { "@firebase/firestore": "^4.6.5", "@firebase/firestore-compat": "^0.3.34", "@grpc/grpc-js": "^1.11.1", "@inquirer/prompts": "^3.0.0", "axios": "^1.7.4", "bad-words": "^4.0.0", "bats": "^1.11.0", "boxen": "^5.1.2", "chalk": "^4.1.2", "cli-table3": "^0.6.3", "commander": "^11.0.0", "dotenv": "^16.4.5", "env-paths": "^3.0.0", "express": "^4.21.0", "firebase": "^10.14.0", "get-port": "^7.1.0", "node-localstorage": "^3.0.5", "node-persist": "^3.1.3", "open": "^10.1.0", "ora": "^5.4.1", "ssh2": "^1.16.0", "ssh2-promise": "^1.0.3" }, "devDependencies": { "@eslint/js": "^9.15.0", "@types/express": "^5.0.0", "@types/node": "^20.5.0", "@types/node-localstorage": "^1.3.3", "@types/node-persist": "^3.1.8", "@typescript-eslint/eslint-plugin": "^8.16.0", "@typescript-eslint/parser": "^8.16.0", "eslint": "^9.15.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "globals": "^15.12.0", "ts-node": "^10.9.1", "typescript": "^5.1.6", "typescript-eslint": "^8.16.0" } }