mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 11:45:02 +01:00
18 lines
322 B
JSON
18 lines
322 B
JSON
{
|
|
"name": "tests-js",
|
|
"version": "0.0.0",
|
|
"main": "index.ts",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"fmt": "prettier -w .",
|
|
"test": "node test-all.js"
|
|
},
|
|
"dependencies": {
|
|
"@types/amqplib": "^0.8.2",
|
|
"amqplib": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.5.1"
|
|
}
|
|
}
|