|
| 1 | +{ |
| 2 | + "name": "@aws-sdk/nested-clients", |
| 3 | + "version": "3.0.0", |
| 4 | + "description": "Nested clients for AWS SDK packages.", |
| 5 | + "main": "./dist-cjs/index.js", |
| 6 | + "module": "./dist-es/index.js", |
| 7 | + "types": "./dist-types/index.d.ts", |
| 8 | + "scripts": { |
| 9 | + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
| 10 | + "build:cjs": "node ../../scripts/compilation/inline nested-clients", |
| 11 | + "build:es": "tsc -p tsconfig.es.json", |
| 12 | + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", |
| 13 | + "build:types": "tsc -p tsconfig.types.json", |
| 14 | + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", |
| 15 | + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", |
| 16 | + "extract:docs": "api-extractor run --local", |
| 17 | + "test": "yarn g:vitest run", |
| 18 | + "test:watch": "yarn g:vitest watch" |
| 19 | + }, |
| 20 | + "engines": { |
| 21 | + "node": ">=18.0.0" |
| 22 | + }, |
| 23 | + "author": { |
| 24 | + "name": "AWS SDK for JavaScript Team", |
| 25 | + "url": "https://aws.amazon.com/javascript/" |
| 26 | + }, |
| 27 | + "license": "Apache-2.0", |
| 28 | + "dependencies": { |
| 29 | + "tslib": "^2.6.2" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "concurrently": "7.0.0", |
| 33 | + "downlevel-dts": "0.10.1", |
| 34 | + "rimraf": "3.0.2", |
| 35 | + "typescript": "~5.2.2" |
| 36 | + }, |
| 37 | + "typesVersions": { |
| 38 | + "<4.0": { |
| 39 | + "dist-types/*": [ |
| 40 | + "dist-types/ts3.4/*" |
| 41 | + ] |
| 42 | + } |
| 43 | + }, |
| 44 | + "files": [ |
| 45 | + "dist-*/**" |
| 46 | + ], |
| 47 | + "browser": {}, |
| 48 | + "react-native": {}, |
| 49 | + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients", |
| 50 | + "repository": { |
| 51 | + "type": "git", |
| 52 | + "url": "https://github.com/aws/aws-sdk-js-v3.git", |
| 53 | + "directory": "packages/nested-clients" |
| 54 | + } |
| 55 | +} |
0 commit comments