UNPKG

1.6 kBJSONView Raw
1{
2 "name": "@aws-sdk/types",
3 "version": "3.523.0",
4 "main": "./dist-cjs/index.js",
5 "module": "./dist-es/index.js",
6 "types": "./dist-types/index.d.ts",
7 "description": "Types for the AWS SDK",
8 "scripts": {
9 "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
10 "build:cjs": "node ../../scripts/compilation/inline types",
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": "tsc -p tsconfig.test.json"
18 },
19 "author": {
20 "name": "AWS SDK for JavaScript Team",
21 "url": "https://aws.amazon.com/javascript/"
22 },
23 "license": "Apache-2.0",
24 "engines": {
25 "node": ">=14.0.0"
26 },
27 "typesVersions": {
28 "<4.0": {
29 "dist-types/*": [
30 "dist-types/ts3.4/*"
31 ]
32 }
33 },
34 "files": [
35 "dist-*/**"
36 ],
37 "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/types",
38 "repository": {
39 "type": "git",
40 "url": "https://github.com/aws/aws-sdk-js-v3.git",
41 "directory": "packages/types"
42 },
43 "dependencies": {
44 "@smithy/types": "^2.10.1",
45 "tslib": "^2.5.0"
46 },
47 "devDependencies": {
48 "@tsconfig/recommended": "1.0.1",
49 "concurrently": "7.0.0",
50 "downlevel-dts": "0.10.1",
51 "rimraf": "3.0.2",
52 "typescript": "~4.9.5"
53 },
54 "browser": {},
55 "react-native": {}
56}