{
 "name": "smartystreets-javascript-sdk",
 "version": "7.1.0",
 "description": "Quick and easy Smarty address validation.",
 "keywords": [
  "smarty",
  "smartystreets",
  "address",
  "validation",
  "verification",
  "verify",
  "validate",
  "street-address",
  "geocoding",
  "addresses",
  "zipcode",
  "autocomplete",
  "autosuggest",
  "suggestions",
  "international",
  "http",
  "sdk"
 ],
 "files": [
  "dist",
  "README.md",
  "LICENSE"
 ],
 "main": "dist/cjs/index.cjs",
 "module": "dist/esm/index.mjs",
 "types": "dist/types/index.d.ts",
 "exports": {
  ".": {
   "import": "./dist/esm/index.mjs",
   "default": "./dist/cjs/index.cjs"
  }
 },
 "scripts": {
  "build": "rollup --config",
  "test": "npm run test:js && npm run test:ts",
  "test:js": "mocha 'tests/**/*.{mjs,js}'",
  "test:ts": "mocha --require tsx/cjs 'tests/**/*.ts'"
 },
 "author": "Smarty SDK Team <support@smarty.com> (https://www.smarty.com)",
 "license": "Apache-2.0",
 "repository": {
  "type": "git",
  "url": "github:smartystreets/smartystreets-javascript-sdk"
 },
 "devDependencies": {
  "@babel/preset-env": "^7.27.2",
  "@rollup/plugin-commonjs": "^28.0.3",
  "@rollup/plugin-json": "^6.1.0",
  "@rollup/plugin-node-resolve": "^16.0.1",
  "@rollup/plugin-terser": "^0.4.4",
  "@rollup/plugin-typescript": "^12.1.2",
  "@types/chai": "^5.2.2",
  "@types/mocha": "^10.0.10",
  "@types/node": "^22.15.17",
  "chai": "^4.3.6",
  "mocha": "^11.2.2",
  "prettier": "3.6.2",
  "rollup": "^4.40.2",
  "rollup-plugin-delete": "^3.0.1",
  "tsx": "^4.20.3",
  "typescript": "^5.8.3"
 },
 "dependencies": {
  "axios": "^1.9.0",
  "axios-retry": "^4.5.0"
 }
}
