-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.18 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
{
"name": "@clevernature/benchmark-regression",
"version": "1.0.1",
"description": "Generates performance regression tests using benchmarkjs.",
"main": "dist/index.js",
"scripts": {
"pretest": "eslint .",
"build": "babel src -d dist",
"prepublish": "npm run build",
"test": "npm run build && node test/index.js"
},
"engines": {
"node": ">=6.1"
},
"author": {
"name": "Nowell Strite",
"email": "nowell@strite.org",
"url": "nowell.strite.org"
},
"license": "MIT",
"dependencies": {
"benchmark": "^2.1.4",
"chalk": "^2.4.1",
"cli-table": "^0.3.1",
"libnpm": "^1.0.0",
"lodash": "^4.17.11",
"npm": "^6.4.1",
"tempy": "^0.2.1",
"util.promisify": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"eslint": "^5.6.0",
"prom-client": "11.1.3"
},
"homepage": "https://github.com/nowells/benchmark-regression",
"repository": {
"type": "git",
"url": "git@github.com:nowells/bencharm-regression.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"benchmark",
"regression"
]
}