-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 782 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 782 Bytes
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
{
"name": "@expressjs/perf-wg",
"version": "1.0.0",
"description": "ExpressJS Performance Working Group",
"scripts": {
"setup": "npm i",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npm run --workspaces --if-present lint",
"lint:fix": "npm run --workspaces --if-present lint:fix",
"load": "expf load",
"test:load": "expf load --test=@expressjs/perf-load-example",
"test:load:node": "expf load --test=@expressjs/perf-load-node-http",
"compare": "expf compare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/perf-wg.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"workspaces": [
"./packages/*",
"./servers/*",
"./perf/load/*",
"./perf/bench/*"
]
}