-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.7 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.7 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "root",
"version": "2.1.0",
"private": false,
"license": "MIT",
"description": "addapptables microservice",
"author": "dev@addapptables.com",
"homepage": "https://github.com/addapptables/miscellaneous#readme",
"scripts": {
"test": "nyc --require ts-node/register mocha packages/**/*.spec.ts --reporter=lcov --reporter=text --reporter=html --reporter=spec --retries 3 --require 'node_modules/reflect-metadata/Reflect.js' --exit",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
"@nestjs/common": "10.2.4",
"@nestjs/core": "10.2.4",
"amqplib": "^0.5.5",
"bluebird": "^3.7.2",
"kafkajs": "^1.11.0",
"mqtt": "^4.0.1",
"nats": "^1.4.9",
"ramda": "^0.27.0",
"redis": "^3.0.2",
"reflect-metadata": "^0.1.13",
"rxjs": "7.4.0",
"test": "^3.3.0",
"uuid": "^8.0.0"
},
"devDependencies": {
"@nestjs/testing": "10.2.4",
"@types/bluebird": "^3.5.32",
"@types/chai": "4.2.11",
"@types/chai-uuid": "^1.0.1",
"@types/kafka-node": "^3.0.0",
"@types/mocha": "^7.0.2",
"@types/ramda": "^0.27.11",
"@types/redis": "^2.8.20",
"@types/sinon": "^9.0.4",
"chai": "^4.2.0",
"chai-uuid": "^1.0.6",
"coveralls": "^3.1.0",
"lerna": "^3.21.0",
"mocha": "^7.1.2",
"nyc": "^15.0.1",
"sinon": "^9.0.2",
"ts-node": "^8.10.1",
"tslint": "^6.1.2",
"typescript": "4.5.4"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/addapptables/miscellaneous.git"
},
"bugs": {
"url": "https://github.com/addapptables/miscellaneous/issues"
},
"keywords": [
"addapptables",
"microservice"
]
}