{
  "name": "agentql-cli",
  "version": "1.17.2",
  "description": "The command line interface for AgentQL",
  "main": "dist/bin/main.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "lint": "eslint bin/ src/ --ext .js,.ts,.tsx",
    "format": "prettier --write .",
    "start": "ts-node bin/main.ts"
  },
  "bin": {
    "agentql": "./dist/bin/main.js"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.13",
    "@types/node": "^22.1.0",
    "@typescript-eslint/eslint-plugin": "^8.4.0",
    "@typescript-eslint/parser": "^8.4.0",
    "eslint": "^9.0.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.30.0",
    "eslint-plugin-unused-imports": "^4.1.4",
    "jest": "^29.7.0",
    "mock-stdin": "^1.0.0",
    "prettier": "^2.8.7",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.4"
  },
  "dependencies": {
    "@inquirer/prompts": "^6.0.1",
    "chalk": "^4.1.2",
    "commander": "^11.0.0",
    "configparser": "^0.3.10",
    "dotenv": "^16.4.5"
  },
  "resolutions": {
    "@eslint/plugin-kit": ">=0.3.3"
  },
  "overrides": {
    "tmp": ">=0.2.4"
  },
  "readme": "PACKAGE_README.md"
}
