{
  "name": "google-flights-ts",
  "version": "1.0.0",
  "description": "A fast, robust, strongly-typed Google Flights scraper for Node.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build && npm test"
  },
  "keywords": [
    "google-flights",
    "flights",
    "scraper",
    "flight-search",
    "travel",
    "airfare",
    "flight-prices"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/wooldox/google-flights-ts.git"
  },
  "homepage": "https://github.com/wooldox/google-flights-ts#readme",
  "bugs": {
    "url": "https://github.com/wooldox/google-flights-ts/issues"
  },
  "author": "wooldox",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "cheerio": "^1.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.6.0",
    "vitest": "^3.0.0"
  },
  "optionalDependencies": {
    "playwright": "^1.48.0"
  }
}
