UNPKG

usps-webtools-promise

Version:

API wrapper for the USPS Web-Tools, with Promises!

73 lines (72 loc) 1.66 kB
{ "name": "usps-webtools-promise", "version": "6.1.0", "description": "API wrapper for the USPS Web-Tools, with Promises!", "keywords": [ "usps", "web-tools", "web", "tools", "address", "validation", "standardization" ], "repository": "https://github.com/Sparticuz/usps-webtools-promise.git", "license": "MIT", "author": { "name": "Kyle McNally <kyle@kmcnally.net>" }, "contributors": [ { "name": "Sherod Taylor", "email": "sherodtaylor@gmail.com" }, { "name": "Tim Marshall", "email": "timothyjmarshall@gmail.com" }, { "name": "Scott Stokes", "email": "scottspork@gmail.com" } ], "type": "module", "exports": "./dist/usps.js", "types": "./dist/usps.d.ts", "scripts": { "build": "rm -rf dist && tsc -p tsconfig.build.json", "lint": "eslint \"**/*.[jt]s\"", "test": "c8 --reporter=lcov --reporter=text --all --include=src ava" }, "ava": { "extensions": { "ts": "module" }, "nodeArguments": [ "--loader=tsx/esm" ] }, "dependencies": { "xmlbuilder2": "^3.1.1" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.1.1", "@rushstack/eslint-patch": "^1.6.0", "@sparticuz/eslint-config": "^7.5.0", "@tsconfig/node18": "^18.2.2", "@tsconfig/strictest": "^2.0.2", "@types/node": "^16.18.68", "ava": "^6.0.1", "c8": "^8.0.1", "eslint": "^8.55.0", "prettier": "^3.1.0", "tsx": "^4.6.2", "typescript": "^5.3.3" }, "engines": { "node": ">=16" }, "overrides": { "eslint-plugin-import": "npm:eslint-plugin-i@2.28.1" } }