mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-15 04:05:03 +01:00
18 lines
324 B
JSON
18 lines
324 B
JSON
{
|
|
"name": "tests-ts",
|
|
"version": "0.0.0",
|
|
"main": "index.ts",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"fmt": "prettier -w ."
|
|
},
|
|
"dependencies": {
|
|
"@types/amqplib": "^0.8.2",
|
|
"amqplib": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.5.1",
|
|
"ts-node": "^10.5.0",
|
|
"typescript": "^4.5.5"
|
|
}
|
|
}
|