UNPKG

1.6 kBJSONView Raw
1{
2 "name": "@aws-sdk/middleware-user-agent",
3 "version": "3.222.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 },
14 "main": "./dist-cjs/index.js",
15 "module": "./dist-es/index.js",
16 "types": "./dist-types/index.d.ts",
17 "author": {
18 "name": "AWS SDK for JavaScript Team",
19 "url": "https://aws.amazon.com/javascript/"
20 },
21 "license": "Apache-2.0",
22 "dependencies": {
23 "@aws-sdk/protocol-http": "3.222.0",
24 "@aws-sdk/types": "3.222.0",
25 "tslib": "^2.3.1"
26 },
27 "devDependencies": {
28 "@aws-sdk/middleware-stack": "3.222.0",
29 "@tsconfig/recommended": "1.0.1",
30 "concurrently": "7.0.0",
31 "downlevel-dts": "0.10.1",
32 "rimraf": "3.0.2",
33 "typedoc": "0.19.2",
34 "typescript": "~4.6.2"
35 },
36 "engines": {
37 "node": ">=14.0.0"
38 },
39 "typesVersions": {
40 "<4.0": {
41 "dist-types/*": [
42 "dist-types/ts3.4/*"
43 ]
44 }
45 },
46 "files": [
47 "dist-*"
48 ],
49 "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-user-agent",
50 "repository": {
51 "type": "git",
52 "url": "https://github.com/aws/aws-sdk-js-v3.git",
53 "directory": "packages/middleware-user-agent"
54 }
55}