UNPKG

1.67 kBJSONView Raw
1{
2 "name": "@aws-sdk/util-body-length-node",
3 "description": "Determines the length of a request body in node.js",
4 "version": "3.374.0",
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:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
10 "build:types": "tsc -p tsconfig.types.json",
11 "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12 "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
13 "test": "exit 0"
14 },
15 "devDependencies": {
16 "@tsconfig/recommended": "1.0.1",
17 "@types/node": "^14.14.31",
18 "concurrently": "7.0.0",
19 "downlevel-dts": "0.10.1",
20 "rimraf": "3.0.2",
21 "typedoc": "0.23.23",
22 "typescript": "~4.9.5"
23 },
24 "main": "./dist-cjs/index.js",
25 "module": "./dist-es/index.js",
26 "types": "./dist-types/index.d.ts",
27 "author": {
28 "name": "AWS SDK for JavaScript Team",
29 "url": "https://aws.amazon.com/javascript/"
30 },
31 "license": "Apache-2.0",
32 "dependencies": {
33 "@smithy/util-body-length-node": "^1.0.1",
34 "tslib": "^2.5.0"
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/util-body-length-node",
50 "repository": {
51 "type": "git",
52 "url": "https://github.com/aws/aws-sdk-js-v3.git",
53 "directory": "packages/util-body-length-node"
54 },
55 "typedoc": {
56 "entryPoint": "src/index.ts"
57 }
58}