-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
32 lines (32 loc) · 835 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
{
"name": "nodejs-bench-operations",
"version": "5.0.1",
"description": "Is X faster than Y in Node.js vX.Z?",
"main": "bin.js",
"dependencies": {
"autocannon": "^7.7.1",
"bench-node": "^0.0.4-beta.3",
"benchmark": "^2.1.4",
"fastify": "^4.4.0",
"on-net-listen": "^1.1.2",
"privsym": "^1.0.0",
"semver": "^7.5.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RafaelGSS/nodejs-bench-operations.git"
},
"keywords": [],
"author": "RafaelGSS",
"license": "MIT",
"bugs": {
"url": "https://github.com/RafaelGSS/nodejs-bench-operations/issues"
},
"homepage": "https://github.com/RafaelGSS/nodejs-bench-operations#readme",
"devDependencies": {
"@pkgjs/nv": "^0.2.2"
}
}