-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "dev-bench",
"version": "1.0.0",
"description": "Run Benchmarks For Development",
"license": "MIT",
"author": {
"name": "Maxim Mazurok",
"email": "[email protected]",
"url": "https://maxim.mazurok.com"
},
"type": "module",
"main": "index.js",
"scripts": {
"start": "node --loader ts-node/esm index.ts",
"test": "npx eslint --fix --max-warnings 0 ."
},
"dependencies": {
"@types/humanize-duration": "^3.27.1",
"@types/lodash.groupby": "^4.6.7",
"@types/node": "^18.7.14",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"all-node-versions": "^11.1.0",
"canvas": "^2.10.2",
"eslint": "^8.23.0",
"humanize-duration": "^3.27.3",
"lodash.groupby": "^4.6.0",
"mathjs": "^11.1.0",
"normalize-node-version": "^12.2.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"vega": "^5.22.1"
},
"engines": {
"node": "18.8.0",
"npm": "8.18.0"
}
}