{
    "name": "blackbox-cli",
    "version": "2.0.1",
    "description": "Blackbox command line interface.",
    "type": "module",
    "main": "dist/index.js",
    "bin": {
        "bb": "dist/index.js",
        "blackbox-cli": "dist/index.js"
    },
    "scripts": {
        "test-old": "npm run clean && npm run build && cd test && ./test.sh",
        "test": "jest",
        "dev": "node --loader ts-node/esm ./index.ts",
        "dev-build": "nodemon",
        "start": "node ./dist/index.js",
        "build": "tsc",
        "prepublishOnly": "npm run build"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ellipsistechnology/blackbox-cli.git"
    },
    "author": "Ben Millar",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/ellipsistechnology/blackbox-cli/issues"
    },
    "homepage": "https://github.com/ellipsistechnology/blackbox-cli#readme",
    "dependencies": {
        "chalk": "^5.6.2",
        "commander": "^14.0.1",
        "readline-sync": "^1.4.10"
    },
    "devDependencies": {
        "@types/node": "^24.10.12",
        "nodemon": "^3.1.10",
        "ts-node": "^10.9.2",
        "typescript": "^5.9.3"
    }
}
