-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "nodejs-package-benchmark",
"description": "This package allows you to benchmark different runtimes using popular packages operations.",
"version": "1.1.0-beta.3",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NodeSource/nodejs-package-benchmark.git"
},
"keywords": [
"benchmark",
"nodejs",
"core"
],
"author": "RafaelGSS <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NodeSource/nodejs-package-benchmark/issues"
},
"homepage": "https://github.com/NodeSource/nodejs-package-benchmark#readme",
"bin": {
"bench-it": "./bench-it.js"
},
"dependencies": {
"@babel/standalone": "7.24.0",
"@types/autocannon": "7.12.5",
"@types/lodash": "4.17.3",
"@types/underscore": "1.11.15",
"autocannon": "7.15.0",
"bench-node": "0.1.0",
"dotenv": "16.4.5",
"fastify": "4.26.1",
"lodash": "4.17.21",
"moment": "2.30.1",
"pino": "8.19.0",
"piscina": "4.4.0",
"prettier": "3.2.5",
"tinybench": "2.6.0",
"typescript": "5.4.5",
"underscore": "1.13.6",
"winston": "3.12.0"
}
}