{ "name": "@smithy/md5-js", "version": "3.0.0", "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", "types": "./dist-types/index.d.ts", "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" }, "license": "Apache-2.0", "devDependencies": { "@smithy/util-base64": "^3.0.0", "@smithy/util-hex-encoding": "^3.0.0", "@types/node": "^16.18.96", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "hash-test-vectors": "^1.3.2", "rimraf": "3.0.2", "typedoc": "0.23.23" }, "dependencies": { "@smithy/types": "^3.0.0", "@smithy/util-utf8": "^3.0.0", "tslib": "^2.6.2" }, "typesVersions": { "<4.0": { "dist-types/*": [ "dist-types/ts3.4/*" ] } }, "files": [ "dist-*/**" ], "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/md5-js", "repository": { "type": "git", "url": "https://github.com/awslabs/smithy-typescript.git", "directory": "packages/md5-js" }, "typedoc": { "entryPoint": "src/index.ts" }, "publishConfig": { "directory": ".release/package" } }