-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "node-sdk-cookbook",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kubemq-io/node-sdk-cookbook.git"
},
"author": "Lior Nabat",
"license": "ISC",
"bugs": {
"url": "https://github.com/kubemq-io/node-sdk-cookbook/issues"
},
"homepage": "https://github.com/kubemq-io/node-sdk-cookbook#readme",
"devDependencies": {
"@types/jest": "~26.0.20",
"@types/node": "~14.14.31",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "~4.16.1",
"@typescript-eslint/parser": "~4.16.1",
"dotenv": "^8.2.0",
"eslint": "~7.21.0",
"eslint-config-prettier": "~8.1.0",
"eslint-plugin-jest": "~24.1.5",
"glob": "^7.1.6",
"jest": "^29.7.0",
"prettier": "~2.2.1",
"rimraf": "~3.0.2",
"text-encoding": "^0.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^9.1.1",
"tsutils": "~3.20.0",
"typedoc": "^0.26.5",
"typescript": "^5.5.4"
},
"dependencies": {
"kubemq-js": "2.0.0",
"tslib": "^2.7.0",
"uuid": "^8.3.2"
}
}