UNPKG

1.75 kBJSONView Raw
1{
2 "name": "@aws-sdk/middleware-user-agent",
3 "version": "3.540.0",
4 "scripts": {
5 "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6 "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
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.535.0",
26 "@aws-sdk/util-endpoints": "3.540.0",
27 "@smithy/protocol-http": "^3.3.0",
28 "@smithy/types": "^2.12.0",
29 "tslib": "^2.6.2"
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 "typescript": "~4.9.5"
37 },
38 "engines": {
39 "node": ">=14.0.0"
40 },
41 "typesVersions": {
42 "<4.0": {
43 "dist-types/*": [
44 "dist-types/ts3.4/*"
45 ]
46 }
47 },
48 "files": [
49 "dist-*/**"
50 ],
51 "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-user-agent",
52 "repository": {
53 "type": "git",
54 "url": "https://github.com/aws/aws-sdk-js-v3.git",
55 "directory": "packages/middleware-user-agent"
56 }
57}