mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-15 12:15:02 +01:00
use javascript instead
because startup times
This commit is contained in:
parent
daf94f2d4f
commit
f437754618
9 changed files with 40 additions and 175 deletions
17
tests-js/package.json
Normal file
17
tests-js/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue