-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 KB
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
{
"name": "@providersjs/reactivejs",
"version": "1.0.7",
"description": "Event Bus implementation for NodeJs micro-services made with :heart_on_fire: :brain: :computer:",
"main": "dist/index.js",
"dependencies": {
"@kafkajs/confluent-schema-registry": "^3.0.1",
"@types/express": "^4.17.13",
"@types/sinon": "^10.0.5",
"@types/superagent": "^4.1.12",
"console-stamp": "^3.0.3",
"express": "^4.17.1",
"kafkajs": "^1.15.0",
"pg": "^8.6.0",
"pg-hstore": "^2.3.4",
"redis": "^4.0.0-rc.2",
"reflect-metadata": "^0.1.13",
"sinon": "^11.1.2",
"superagent": "^6.1.0",
"typeorm": "^0.2.34",
"util": "^0.12.4"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^27.3.1",
"redis-mock": "^0.56.3",
"ts-jest": "^27.0.7",
"ts-node": "^10.1.0",
"typescript": "^4.4.4"
},
"scripts": {
"test": "jest"
},
"author": "",
"license": "ISC",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/providersjs/reactivejs.git"
},
"bugs": {
"url": "https://github.com/providersjs/reactivejs/issues"
},
"homepage": "https://github.com/providersjs/reactivejs#readme"
}