{
  "name": "@muhammedaksam/upwork-node",
  "version": "1.0.0",
  "description": "Modern Node.js client for Upwork API v2 with OAuth2 and GraphQL support",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "prepublishOnly": "pnpm run build",
    "test": "jest",
    "example": "ts-node examples/basic-usage.ts",
    "generate": "ts-node scripts/generate-schema.ts src/generated",
    "generate:from-file": "ts-node scripts/generate-schema.ts src/generated --from-file",
    "extract:html": "ts-node scripts/extract-from-html.ts ../index.html src/generated",
    "extract:full": "ts-node scripts/extract-full-schema.ts ../index.html src/generated",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write \"**/*.{ts,js,json,md}\"",
    "format:check": "prettier --check \"**/*.{ts,js,json,md}\"",
    "typecheck": "tsc --noEmit",
    "check": "pnpm run typecheck && pnpm run lint && pnpm run format:check"
  },
  "keywords": [
    "upwork",
    "api",
    "oauth2",
    "graphql",
    "client",
    "freelance",
    "jobs",
    "typescript"
  ],
  "author": "Muhammed Mustafa AKŞAM <info@muhammedaksam.com.tr> (https://github.com/muhammedaksam)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/muhammedaksam/upwork-node.git"
  },
  "bugs": {
    "url": "https://github.com/muhammedaksam/upwork-node/issues"
  },
  "homepage": "https://github.com/muhammedaksam/upwork-node#readme",
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "axios": "^1.13.2"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
    "@types/node": "^20.19.30",
    "@typescript-eslint/eslint-plugin": "^8.53.1",
    "@typescript-eslint/parser": "^8.53.1",
    "dotenv": "^16.6.1",
    "eslint": "^9.39.2",
    "eslint-plugin-import": "^2.32.0",
    "jest": "^29.7.0",
    "node-html-parser": "^7.0.2",
    "prettier": "^3.8.0",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.53.1"
  },
    "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
