use javascript instead

because startup times
This commit is contained in:
nora 2022-02-10 04:58:52 +01:00
parent daf94f2d4f
commit f437754618
9 changed files with 40 additions and 175 deletions

17
tests-js/package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "tests-js",
"version": "0.0.0",
"main": "index.ts",
"type": "module",
"license": "MIT",
"scripts": {
"fmt": "prettier -w ."
},
"dependencies": {
"@types/amqplib": "^0.8.2",
"amqplib": "^0.8.0"
},
"devDependencies": {
"prettier": "^2.5.1"
}
}