From 3d7f1eaeadd44d98946baf5265c2a6341e1e70d9 Mon Sep 17 00:00:00 2001 From: Anton Piliugin Date: Fri, 17 Jun 2022 09:52:41 +0500 Subject: [PATCH] removed scripts --- package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index c9b3733..7e28a35 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,7 @@ "description": "uQuik HTTP(S) framework", "main": "index.js", "scripts": { - "debug": "node --inspect examples/basic.js", - "no-sync": "node --trace-sync-io examples/basic.js", - "profile": "node --prof examples/basic.js", - "example": "node examples/basic.js", - "test": "echo \"Error: no test specified\" && exit 1", - "wrk": "wrk -t4 -c2500 -d60s http://127.0.0.1:5000", - "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" }, "dependencies": { "ajv": "^8.11.0",