-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.26 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
47
48
49
50
51
52
53
54
{
"name": "statistician",
"version": "1.1.0",
"description": "Create and compare files stats, and webpack bundle stats",
"keywords": [
"webpack-stats",
"file-size",
"pull-requests",
"package",
"bundle",
"analyze",
"compare-files",
"sizes"
],
"author": "Fiverr SRE",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fiverr/statistician.git"
},
"homepage": "https://github.com/fiverr/statistician/",
"main": "index.js",
"bin": "cli.js",
"engines": {
"node": ">=14"
},
"preferGlobal": true,
"scripts": {
"start": "node index.js",
"stop": "./scripts/fixtures.sh",
"test": "./scripts/test.sh",
"test-single": "mocha --require .mochaenv.js",
"lint": "eslint -c .eslintrc '*.js' '**/*.js'"
},
"dependencies": {
"await-reduce": "^1.2.3",
"byte-size": "^5.0.1",
"chai": "^4.2.0",
"chunkalyse": "^0.5.1",
"fingerprinting": "^1.0.1",
"index-require": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"marked": "^0.6.1",
"node-fetch": "^2.3.0",
"yargs-parser": "^21.0.1"
},
"devDependencies": {
"async-execute": "^1.0.1",
"chai-string": "^1.5.0",
"clear-module": "^3.1.0",
"eslint": "^5.14.1",
"mocha": "^6.0.0"
}
}