forked from ayeo-flex-org/pulsar-flex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.56 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
46
47
48
49
50
51
52
53
54
{
"name": "pulsar-flex",
"version": "1.0.1-beta.5",
"description": "A package that natively supports pulsar api",
"main": "src/index.js",
"scripts": {
"pretest": "npm run test-setup",
"test-setup": "node ./scripts/test-setup.js 2.8.0 60000",
"test": "mocha --recursive --timeout 60000 --exit test/",
"test-without-setup": "mocha --recursive --timeout 60000 --exit test/",
"test-consumer": "mocha --timeout 30000 test/consumer/index-spec.js --exit",
"test-producer": "mocha test/producer/index-spec.js --timeout 60000 --exit",
"interact": "scripts/docker exec -it pulsar /bin/bash"
},
"devDependencies": {
"@types/google-protobuf": "^3.15.3",
"@types/mocha": "^9.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^9.0.3",
"prettier": "^2.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayeo-flex/pulsar-flex.git"
},
"keywords": [
"pulsar",
"pulsarjs",
"pulsar-flex",
"flex",
"pulsar",
"node"
],
"author": "ayeo-flex",
"license": "MIT",
"bugs": {
"url": "https://github.com/ayeo-flex/pulsar-flex/issues"
},
"homepage": "https://github.com/ayeo-flex/pulsar-flex#readme",
"dependencies": {
"crc-full": "^1.1.0",
"google-protobuf": "^3.17.3"
},
"engines": {
"node": ">=10.6.0"
}
}