{
 "name": "smartystreets-javascript-sdk",
 "version": "10.0.0",
 "description": "Quick and easy Smarty address validation. Written in TypeScript with bundled type declarations.",
 "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": {
  ".": {
   "types": "./dist/types/index.d.ts",
   "import": "./dist/esm/index.mjs",
   "default": "./dist/cjs/index.cjs"
  }
 },
 "publishConfig": {
  "access": "public",
  "provenance": true
 },
 "scripts": {
  "build": "rollup --config",
  "test": "mocha --require tsx/cjs 'tests/**/*.ts'"
 },
 "author": "Smarty SDK Team <support@smarty.com> (https://www.smarty.com)",
 "engines": {
  "node": ">=20.0.0"
 },
 "license": "Apache-2.0",
 "repository": {
  "type": "git",
  "url": "git+https://github.com/smarty/smartystreets-javascript-sdk.git"
 },
 "devDependencies": {
  "@babel/preset-env": "^7.28.5",
  "@rollup/plugin-commonjs": "^29.0.0",
  "@rollup/plugin-json": "^6.1.0",
  "@rollup/plugin-node-resolve": "^16.0.3",
  "@rollup/plugin-terser": "^1.0.0",
  "@rollup/plugin-typescript": "^12.3.0",
  "@types/chai": "^5.2.3",
  "@types/mocha": "^10.0.10",
  "@types/node": "^24.10.1",
  "chai": "^6.2.1",
  "mocha": "^11.7.5",
  "prettier": "3.6.2",
  "rollup": "^4.53.3",
  "rollup-plugin-delete": "^3.0.1",
  "tsx": "^4.20.6",
  "typescript": "^5.9.3"
 },
 "overrides": {
  "serialize-javascript": "^7.0.3"
 },
 "dependencies": {
  "tslib": "^2.8.1"
 },
 "optionalDependencies": {
  "undici": "^7.0.0"
 }
}
