|
| 1 | +{ |
| 2 | + "name": "@smithy/smithy-rpcv2-cbor-schema", |
| 3 | + "description": "@smithy/smithy-rpcv2-cbor-schema client", |
| 4 | + "version": "1.0.0-alpha.1", |
| 5 | + "scripts": { |
| 6 | + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
| 7 | + "build:cjs": "tsc -p tsconfig.cjs.json", |
| 8 | + "build:es": "tsc -p tsconfig.es.json", |
| 9 | + "build:types": "tsc -p tsconfig.types.json", |
| 10 | + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", |
| 11 | + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0", |
| 12 | + "prepack": "yarn run clean && yarn run build", |
| 13 | + "test": "yarn g:vitest run --passWithNoTests" |
| 14 | + }, |
| 15 | + "main": "./dist-cjs/index.js", |
| 16 | + "types": "./dist-types/index.d.ts", |
| 17 | + "module": "./dist-es/index.js", |
| 18 | + "sideEffects": false, |
| 19 | + "dependencies": { |
| 20 | + "@aws-crypto/sha256-browser": "5.2.0", |
| 21 | + "@aws-crypto/sha256-js": "5.2.0", |
| 22 | + "@aws-sdk/types": "latest", |
| 23 | + "@smithy/config-resolver": "workspace:^", |
| 24 | + "@smithy/core": "workspace:^", |
| 25 | + "@smithy/fetch-http-handler": "workspace:^", |
| 26 | + "@smithy/hash-node": "workspace:^", |
| 27 | + "@smithy/invalid-dependency": "workspace:^", |
| 28 | + "@smithy/middleware-content-length": "workspace:^", |
| 29 | + "@smithy/middleware-endpoint": "workspace:^", |
| 30 | + "@smithy/middleware-retry": "workspace:^", |
| 31 | + "@smithy/middleware-serde": "workspace:^", |
| 32 | + "@smithy/middleware-stack": "workspace:^", |
| 33 | + "@smithy/node-config-provider": "workspace:^", |
| 34 | + "@smithy/node-http-handler": "workspace:^", |
| 35 | + "@smithy/protocol-http": "workspace:^", |
| 36 | + "@smithy/smithy-client": "workspace:^", |
| 37 | + "@smithy/types": "workspace:^", |
| 38 | + "@smithy/url-parser": "workspace:^", |
| 39 | + "@smithy/util-base64": "workspace:^", |
| 40 | + "@smithy/util-body-length-browser": "workspace:^", |
| 41 | + "@smithy/util-body-length-node": "workspace:^", |
| 42 | + "@smithy/util-defaults-mode-browser": "workspace:^", |
| 43 | + "@smithy/util-defaults-mode-node": "workspace:^", |
| 44 | + "@smithy/util-endpoints": "workspace:^", |
| 45 | + "@smithy/util-middleware": "workspace:^", |
| 46 | + "@smithy/util-retry": "workspace:^", |
| 47 | + "@smithy/util-utf8": "workspace:^", |
| 48 | + "tslib": "^2.6.2" |
| 49 | + }, |
| 50 | + "devDependencies": { |
| 51 | + "@tsconfig/node18": "18.2.4", |
| 52 | + "@types/node": "^18.19.69", |
| 53 | + "concurrently": "7.0.0", |
| 54 | + "downlevel-dts": "0.10.1", |
| 55 | + "rimraf": "^3.0.0", |
| 56 | + "typescript": "~5.8.3", |
| 57 | + "vitest": "2.1.8" |
| 58 | + }, |
| 59 | + "engines": { |
| 60 | + "node": ">=18.0.0" |
| 61 | + }, |
| 62 | + "typesVersions": { |
| 63 | + "<4.0": { |
| 64 | + "dist-types/*": [ |
| 65 | + "dist-types/ts3.4/*" |
| 66 | + ] |
| 67 | + } |
| 68 | + }, |
| 69 | + "files": [ |
| 70 | + "dist-*/**" |
| 71 | + ], |
| 72 | + "author": { |
| 73 | + "name": "Smithy team", |
| 74 | + "url": "https://smithy.io/" |
| 75 | + }, |
| 76 | + "license": "Apache-2.0", |
| 77 | + "browser": { |
| 78 | + "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser" |
| 79 | + }, |
| 80 | + "react-native": { |
| 81 | + "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native" |
| 82 | + }, |
| 83 | + "private": true |
| 84 | +} |
0 commit comments