flagtrack
Version:
CTF Progress Tracker and Task Management Tool
31 lines (30 loc) • 581 B
JSON
{
"name": "flagtrack",
"version": "1.0.7",
"description": "CTF Progress Tracker and Task Management Tool",
"main": "index.js",
"bin": {
"flagtrack": "./bin/cli.js"
},
"scripts": {
"test": "node test/index.test.js"
},
"keywords": [
"ctf",
"cybersecurity",
"challenges",
"tracking",
"progress"
],
"author": "",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^9.4.1",
"conf": "^10.2.0",
"inquirer": "^8.2.5",
"simple-git": "^3.16.0",
"yaml": "^2.2.1",
"fs-extra": "^11.1.0"
}
}