-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 992 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 992 Bytes
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
{
"name": "@addapptables/manager-bus",
"version": "2.0.0",
"main": "dist/index.js",
"types": "dist/index.js",
"author": "dev@addapptables.com",
"license": "MIT",
"scripts": {
"build": "tsc",
"lint": "tslint -p tsconfig.json -c tslint.json"
},
"dependencies": {
"bluebird": "3.5.2",
"reflect-metadata": "0.1.12"
},
"peerDependencies": {
"@addapptables/bus": ">=2.0.0 <3.0.0",
"@addapptables/cqrs": ">=2.0.0 <3.0.0",
"@nestjs/common": ">=6.0.0 <7.0.0",
"@nestjs/core": ">=6.0.0 <7.0.0",
"rxjs": ">=6.0.0 <7.0.0"
},
"devDependencies": {
"@addapptables/bus": "^1.1.3",
"@addapptables/cqrs": "^1.0.0",
"@nestjs/common": "^6.0.5",
"@nestjs/core": "^6.0.5",
"@types/node": "10.9.4",
"backend-tslint-rules": "^1.14.0",
"install-peers": "^1.0.3",
"rxjs": "^6.4.0",
"typescript": "^3.4.1"
},
"keywords": [
"event sourcing",
"cqrs",
"nestjs",
"microservices",
"addapptables"
]
}