{
  "name": "auditboard-cli",
  "version": "0.3.0-dev.2",
  "description": "Changing the world one cli at a time",
  "main": "app.ts",
  "scripts": {
    "build": "tsc",
    "start": "npx ts-node app.ts",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/soxhub/auditboard-cli.git"
  },
  "keywords": [
    "cli",
    "auditboard"
  ],
  "author": "Walt Z, Gal N, Motta",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/soxhub/auditboard-cli/issues"
  },
  "homepage": "https://github.com/soxhub/auditboard-cli#readme",
  "dependencies": {
    "arg": "^5.0.2",
    "chalk": "^5.4.1",
    "figlet": "^1.2.3",
    "is-installed-globally": "^1.0.0",
    "marked": "^15.0.11",
    "marked-terminal": "^7.3.0",
    "mkpath": "^1.0.0"
  },
  "bin": {
    "auditboard": "dist/app.js"
  },
  "devDependencies": {
    "@types/figlet": "^1.7.0",
    "@types/marked-terminal": "^6.1.1",
    "@types/mkpath": "^0.1.32",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  }
}
