-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 915 Bytes
/
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
{
"name": "@mercafacil/kafka-graphql",
"version": "1.0.1",
"description": "Kafka Graphql",
"main": "dist/index.js",
"scripts": {
"build-prod": "tsc --build tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mercafacil/kafka-graphql.git"
},
"keywords": [
"kafka",
"graphql"
],
"author": "Diovane Miranda",
"license": "MIT",
"bugs": {
"url": "https://github.com/mercafacil/kafka-graphql/issues"
},
"homepage": "https://github.com/mercafacil/kafka-graphql#readme",
"dependencies": {
"@mercafacil/kafka-client": "^1.0.2",
"graphql": "^15.5.0",
"kafkajs": "^1.15.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.168",
"jest": "^26.6.3",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
"typescript": "^4.2.3"
}
}