We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3a7ab commit 3d7f1eaCopy full SHA for 3d7f1ea
package.json
@@ -4,13 +4,7 @@
4
"description": "uQuik HTTP(S) framework",
5
"main": "index.js",
6
"scripts": {
7
- "debug": "node --inspect examples/basic.js",
8
- "no-sync": "node --trace-sync-io examples/basic.js",
9
- "profile": "node --prof examples/basic.js",
10
- "example": "node examples/basic.js",
11
- "test": "echo \"Error: no test specified\" && exit 1",
12
- "wrk": "wrk -t4 -c2500 -d60s http://127.0.0.1:5000",
13
- "wrk-post": "wrk -s examples/post.lua -t4 -c2500 -d60s -R31000 http://127.0.0.1:5000"
+ "test": "echo \"Error: no test specified\" && exit 1"
14
},
15
"dependencies": {
16
"ajv": "^8.11.0",
0 commit comments