Skip to content

Commit 5474329

Browse files
Added package.json
1 parent 8f84cbc commit 5474329

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

js/package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)