{
  "name": "opengig",
  "version": "0.2.0",
  "description": "Free, open freelance marketplace. Terminal-native. AI-assisted. No fees ever.",
  "main": "dist/index.js",
  "bin": {
    "opengig": "./dist/index.js",
    "opengig-mcp": "./dist/mcp-server.js"
  },
  "type": "module",
  "files": [
    "dist",
    "README.md",
    "CLAUDE.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "dev:mcp": "tsx src/mcp-server.ts",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "freelance",
    "marketplace",
    "cli",
    "linkedin",
    "jobs",
    "hiring",
    "ai",
    "mcp",
    "claude"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ldraney/opengig"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.25.1",
    "@supabase/supabase-js": "^2.88.0",
    "chalk": "^5.6.2",
    "commander": "^14.0.2",
    "dotenv": "^17.2.3",
    "open": "^11.0.0",
    "zod": "^4.2.1"
  },
  "devDependencies": {
    "@types/node": "^25.0.3",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  }
}
