{
  "name": "usps-v3",
  "version": "1.0.4",
  "description": "USPS v3 REST API client — OAuth 2.0, address validation, tracking, labels, rates. Drop-in replacement for usps-webtools (retired Jan 2026).",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "usps",
    "usps-api",
    "usps-v3",
    "usps-rest-api",
    "usps-webtools",
    "shipping",
    "shipping-labels",
    "shipping-rates",
    "address-validation",
    "address-verification",
    "tracking",
    "package-tracking",
    "labels",
    "rates",
    "postal",
    "postage",
    "mail",
    "ecommerce",
    "logistics",
    "rest-api",
    "oauth2",
    "typescript",
    "web-tools"
  ],
  "author": "James Lambert <james@revasser.nyc>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/revereveal/usps-v3-node.git"
  },
  "homepage": "https://revaddress.com/docs",
  "bugs": {
    "url": "https://github.com/revereveal/usps-v3-node/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@types/node": "^25.4.0",
    "typescript": "^5.7.0",
    "vitest": "^2.1.0"
  }
}
