mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 19:55:03 +01:00
17 lines
290 B
JSON
17 lines
290 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|