{
  "name": "letsfg",
  "version": "2026.5.54",
  "description": "Flight search & booking for AI agents. 200+ airline connectors run locally. Free search — get direct booking URLs via letsfg.co or the Developer API.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "bin": {
    "letsfg": "dist/cli.js"
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup src/index.ts src/cli.ts --format cjs,esm --dts --clean",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "flights",
    "travel",
    "booking",
    "agent",
    "ai",
    "cli",
    "autonomous",
    "mcp",
    "openai",
    "airline",
    "ndc",
    "search",
    "ndc"
  ],
  "author": "LetsFG",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/LetsFG/LetsFG.git"
  },
  "homepage": "https://letsfg.co",
  "devDependencies": {
    "@types/node": "^25.3.3",
    "tsup": "^8.0.0",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
