{
  "name": "shippo",
  "version": "2.18.0",
  "author": "Shippo",
  "license": "MIT",
  "main": "./index.js",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/goshippo/shippo-javascript-sdk.git"
  },
  "scripts": {
    "lint": "eslint --cache --max-warnings=0 src",
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    
  },
  "devDependencies": {
    "@eslint/js": "^9.19.0",
    "@types/chai": "^4.3.14",
    "@types/mocha": "^10.0.6",
    "chai": "^5.1.0",
    "eslint": "^9.19.0",
    "globals": "^15.14.0",
    "mocha": "^10.4.0",
    "tsx": "^4.7.2",
    "typescript": "~5.8.3",
    "typescript-eslint": "^8.26.0"
  },
  "dependencies": {
    "zod": "^3.25.65 || ^4.0.0"
  }
}
