smartystreets-javascript-sdk
Version:
Quick and easy Smarty address validation.
43 lines (42 loc) • 811 B
JSON
{
"name": "smartystreets-javascript-sdk",
"version": "5.1.4",
"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"
],
"main": "index.js",
"scripts": {
"test": "mocha 'tests/**/*.js'"
},
"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": {
"chai": "^4.3.6",
"mocha": "^10.2.0"
},
"dependencies": {
"axios": "^1.7.4",
"axios-retry": "4.0.0"
}
}