UNPKG

@aws-sdk/util-endpoints

Version:
46 lines (45 loc) 1.39 kB
{ "name": "@aws-sdk/util-endpoints", "version": "3.996.25", "description": "Utilities to help with endpoint resolution", "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", "types": "./dist-types/index.d.ts", "scripts": { "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs", "build:cjs": "node ../../scripts/compilation/inline", "build:es": "premove dist-es && tsc -p tsconfig.es.json", "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"", "build:types": "premove dist-types && tsc -p tsconfig.types.json", "clean": "premove dist-cjs dist-es dist-types" }, "sideEffects": true, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/sdk-for-javascript/" }, "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "^3.974.26", "@smithy/core": "^3.29.0", "tslib": "^2.6.2" }, "engines": { "node": ">=20.0.0" }, "files": [ "dist-*/**" ], "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-endpoints", "repository": { "type": "git", "url": "https://github.com/aws/aws-sdk-js-v3.git", "directory": "packages/util-endpoints" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", "concurrently": "7.0.0", "premove": "4.0.0", "typescript": "~5.8.3" } }