We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f84cbc commit 5474329Copy full SHA for 5474329
js/package.json
@@ -0,0 +1,24 @@
1
+{
2
+ "name": "pubsub-sub-bench",
3
+ "version": "0.1.0",
4
+ "main": "bin/pubsub-sub-bench.js",
5
+ "license": "Apache-2.0",
6
+ "dependencies": {
7
+ "cluster-key-slot": "^1.1.0",
8
+ "hdr-histogram-js": "^2.0.1",
9
+ "ioredis": "^4.29.1",
10
+ "seedrandom": "^3.0.5",
11
+ "yargs": "^17.7.2"
12
+ },
13
+ "devDependencies": {
14
+ "husky": "^9.1.7",
15
+ "lint-staged": "^15.5.0",
16
+ "prettier": "^3.5.3"
17
18
+ "scripts": {
19
+ "format": "prettier --write '**/*.js'"
20
21
+ "lint-staged": {
22
+ "js/**/*.js": "prettier --write"
23
+ }
24
+}
0 commit comments