-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.62 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@jm18457/kafkajs-msk-iam-authentication-mechanism",
"version": "3.1.2",
"description": "Authentication mechanism for AWS MSK IAM for KafkaJS.",
"keywords": [
"kafkajs",
"msk",
"iam",
"authentication",
"aws"
],
"homepage": "https://github.com/jmaver-plume/kafkajs-msk-iam-authentication-mechanism",
"bugs": {
"url": "https://github.com/jmaver-plume/kafkajs-msk-iam-authentication-mechanism/issues"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "eslint ./src/**/*.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "ttps://github.com/jmaver-plume/kafkajs-msk-iam-authentication-mechanism.git"
},
"author": "Jaka Maver",
"license": "MIT",
"private": false,
"dependencies": {
"@aws-crypto/sha256-js": "^4.0.0",
"@aws-sdk/credential-providers": "^3.363.0",
"@aws-sdk/hash-node": "^3.357.0",
"@aws-sdk/signature-v4": "^3.357.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"babel-jest": "^29.4.3",
"eslint": "^8.35.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.4.3",
"kafkajs": "^2.2.4",
"mockdate": "^3.0.5",
"prettier": "^2.8.4",
"typedoc": "^0.23.26",
"typedoc-plugin-markdown": "^3.14.0",
"typescript": "^4.9.5"
}
}