-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.01 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": "mc-benchmark",
"version": "1.0.9",
"description": "Build charts about load time of Minecraft modpack.",
"main": "index.js",
"bin": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"minecraft",
"chart",
"quickchart",
"benchmark",
"mods",
"debug",
"modpack"
],
"author": "Viacheslav Sazonov <krutoy242@gmail.com> (https://github.com/Krutoy242)",
"license": "MIT",
"type": "module",
"dependencies": {
"chalk": "^5.2.0",
"color": "^4.2.3",
"color-hash": "^2.0.2",
"lodash": "^4.17.21",
"memoizee": "^0.4.15",
"numeral": "^2.0.6",
"yargs": "^17.7.1"
},
"files": [
"!examples"
],
"repository": {
"type": "git",
"url": "https://github.com/Krutoy242/mc-benchmark"
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.1",
"@types/numeral": "^2.0.2",
"@types/yargs": "^17.0.24",
"typescript": "^5.0.4"
}
}