@aws-sdk/lib-storage
Version:
Storage higher order operation
78 lines (77 loc) • 2.45 kB
JSON
{
"name": "@aws-sdk/lib-storage",
"version": "3.1116.0",
"description": "Storage higher order operation",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/lib/lib-storage",
"license": "Apache-2.0",
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/sdk-for-javascript/"
},
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "lib/lib-storage"
},
"files": [
"dist-*/**"
],
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"browser": {
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser",
"fs": false,
"stream": "stream-browserify"
},
"types": "./dist-types/index.d.ts",
"typesVersions": {
"<4.5": {
"dist-types/*": [
"dist-types/ts3.4/*"
]
}
},
"react-native": {
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
},
"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",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "premove dist-cjs dist-es dist-types",
"extract:docs": "api-extractor run --local",
"test": "yarn g:vitest run",
"test:watch": "yarn g:vitest watch",
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts",
"test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts --mode development",
"test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts"
},
"dependencies": {
"@smithy/core": "^3.33.3",
"@smithy/types": "^4.17.2",
"buffer": "5.6.0",
"events": "3.3.0",
"stream-browserify": "3.0.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@aws-sdk/client-s3": "3.1116.0",
"@tsconfig/recommended": "1.0.1",
"@types/node": "^20.14.8",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
"premove": "4.0.0",
"typescript": "~7.0.2",
"web-streams-polyfill": "3.2.1"
},
"peerDependencies": {
"@aws-sdk/client-s3": "^3.1116.0"
},
"engines": {
"node": ">=20.0.0"
}
}