UNPKG

1.59 kBJSONView Raw
1{
2 "name": "@aws-sdk/hash-node",
3 "version": "3.374.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": "exit 0"
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 "devDependencies": {
23 "@tsconfig/recommended": "1.0.1",
24 "@types/node": "^14.14.31",
25 "concurrently": "7.0.0",
26 "downlevel-dts": "0.10.1",
27 "hash-test-vectors": "^1.3.2",
28 "rimraf": "3.0.2",
29 "typedoc": "0.23.23",
30 "typescript": "~4.9.5"
31 },
32 "dependencies": {
33 "@smithy/hash-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/hash-node",
50 "repository": {
51 "type": "git",
52 "url": "https://github.com/aws/aws-sdk-js-v3.git",
53 "directory": "packages/hash-node"
54 },
55 "typedoc": {
56 "entryPoint": "src/index.ts"
57 }
58}