{
  "name": "@aoligie/gitlab-search",
  "version": "1.5.4",
  "description": "Command line tool to search for contents across all your GitLab repositories",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rimraf dist && tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "clean": "rimraf dist",
    "prepublish": "pnpm run build",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "prepublishOnly": "pnpm run clean && pnpm run build"
  },
  "keywords": [
    "GitLab",
    "search",
    "cli",
    "typescript"
  ],
  "author": "EightHundreds",
  "license": "MIT",
  "repository": "github:eightHundreds/gitlab-search",
  "files": [
    "bin",
    "dist"
  ],
  "bin": "bin/gitlab-search.js",
  "dependencies": {
    "axios": "^1.6.0",
    "chalk": "^4.1.2",
    "commander": "^11.0.0",
    "rc": "^1.2.8"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@types/rc": "^1.2.1",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "rimraf": "^5.0.0",
    "tsx": "^4.19.4",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "packageManager": "pnpm@8.0.0"
}
