{
    "dependencies": {
        "@stores.com/http-error": "~1.0.0",
        "memory-cache": "~0.2.0"
    },
    "description": "The Pitney Bowes Complete Shipping APIs let you integrate shipping services from multiple carriers, including USPS, into your services and applications.",
    "devDependencies": {
        "@eslint/js": "*",
        "eslint": "*",
        "globals": "*"
    },
    "keywords": [
        "logistics",
        "pitney-bowes",
        "shipping",
        "tracking"
    ],
    "license": "MIT",
    "name": "pitney-bowes",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/stores-com/pitney-bowes.git"
    },
    "scripts": {
        "coveralls": "node --test --test-force-exit --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=lcov.info && coveralls < lcov.info",
        "test": "node --test --test-force-exit --test-reporter=spec",
        "test:only": "node --test --test-force-exit --test-only --test-reporter=spec"
    },
    "version": "1.0.0"
}
