summary refs log tree commit diff
path: root/api/scripts/stresstest/package.json
diff options
context:
space:
mode:
authorTimSchweiz <tim.haemmerli04@gmail.com>2021-12-09 17:35:51 +0100
committerTimSchweiz <tim.haemmerli04@gmail.com>2021-12-09 17:35:51 +0100
commit8a976e2bcc1da53dd0de4a4380f8128dfae566c9 (patch)
treeddacf709241147cde66f819e0301524686921edc /api/scripts/stresstest/package.json
parentMerge pull request #538 from Thesourtimes/master (diff)
downloadserver-8a976e2bcc1da53dd0de4a4380f8128dfae566c9.tar.xz
Stresstest Script
Diffstat (limited to 'api/scripts/stresstest/package.json')
-rw-r--r--api/scripts/stresstest/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/api/scripts/stresstest/package.json b/api/scripts/stresstest/package.json
new file mode 100644

index 00000000..8d94d05b --- /dev/null +++ b/api/scripts/stresstest/package.json
@@ -0,0 +1,17 @@ +{ + "name": "stresstest", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node ." + }, + "author": "", + "license": "ISC", + "dependencies": { + "figlet": "^1.5.2", + "node-fetch": "^2.6.6", + "request": "^2.88.2" + } +}