UNPKG

1.79 kBJSONView Raw
1{
2 "name": "@aws-sdk/middleware-user-agent",
3 "version": "3.418.0",
4 "scripts": {
5 "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6 "build:cjs": "tsc -p tsconfig.cjs.json",
7 "build:es": "tsc -p tsconfig.es.json",
8 "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
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",
12 "test": "jest --passWithNoTests",
13 "test:integration": "jest -c jest.config.integ.js",
14 "extract:docs": "api-extractor run --local"
15 },
16 "main": "./dist-cjs/index.js",
17 "module": "./dist-es/index.js",
18 "types": "./dist-types/index.d.ts",
19 "author": {
20 "name": "AWS SDK for JavaScript Team",
21 "url": "https://aws.amazon.com/javascript/"
22 },
23 "license": "Apache-2.0",
24 "dependencies": {
25 "@aws-sdk/types": "3.418.0",
26 "@aws-sdk/util-endpoints": "3.418.0",
27 "@smithy/protocol-http": "^3.0.5",
28 "@smithy/types": "^2.3.3",
29 "tslib": "^2.5.0"
30 },
31 "devDependencies": {
32 "@tsconfig/recommended": "1.0.1",
33 "concurrently": "7.0.0",
34 "downlevel-dts": "0.10.1",
35 "rimraf": "3.0.2",
36 "typedoc": "0.23.23",
37 "typescript": "~4.9.5"
38 },
39 "engines": {
40 "node": ">=14.0.0"
41 },
42 "typesVersions": {
43 "<4.0": {
44 "dist-types/*": [
45 "dist-types/ts3.4/*"
46 ]
47 }
48 },
49 "files": [
50 "dist-*/**"
51 ],
52 "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-user-agent",
53 "repository": {
54 "type": "git",
55 "url": "https://github.com/aws/aws-sdk-js-v3.git",
56 "directory": "packages/middleware-user-agent"
57 },
58 "typedoc": {
59 "entryPoint": "src/index.ts"
60 }
61}