{
  "name": "codeql-agent",
  "version": "0.3.4",
  "description": "A CodeQL tool to automatically execute code scanning.",
  "main": "index.js",
  "scripts": {
    "start": "npx codeql-agent"
  },
  "bin": {
    "codeql-agent": "cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codeql-agent-project/codeql-agent-cli.git"
  },
  "keywords": [
    "codeql",
    "agent",
    "codeql",
    "agent",
    "cli",
    "tool",
    "code",
    "scanning",
    "security"
  ],
  "author": "codeql-agent-project",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/codeql-agent-project/codeql-agent-cli/issues"
  },
  "homepage": "https://github.com/codeql-agent-project/codeql-agent-cli#readme",
  "dependencies": {
    "chalk": "^4.1.2",
    "clear": "^0.1.0",
    "commander": "^10.0.0",
    "figlet": "^1.5.2",
    "linguist-js": "^2.5.4",
    "p-limit": "^3.1.0",
    "path": "^0.12.7",
    "which": "^3.0.0",
    "winston": "^3.8.2",
    "winston-daily-rotate-file": "^4.7.1",
    "winston-transport-discord": "^1.0.3"
  },
  "devDependencies": {
    "nodemon": "^2.0.20",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4"
  }
}
