UNPKG

1.57 kBJSONView Raw
1{
2 "name": "@aws-sdk/hash-node",
3 "version": "3.170.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"
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": "^10.0.0",
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.19.2",
30 "typescript": "~4.6.2"
31 },
32 "dependencies": {
33 "@aws-sdk/types": "3.170.0",
34 "@aws-sdk/util-buffer-from": "3.170.0",
35 "tslib": "^2.3.1"
36 },
37 "engines": {
38 "node": ">= 12.0.0"
39 },
40 "typesVersions": {
41 "<4.0": {
42 "dist-types/*": [
43 "dist-types/ts3.4/*"
44 ]
45 }
46 },
47 "files": [
48 "dist-*"
49 ],
50 "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/hash-node",
51 "repository": {
52 "type": "git",
53 "url": "https://github.com/aws/aws-sdk-js-v3.git",
54 "directory": "packages/hash-node"
55 }
56}