mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-13 22:23:42 +01:00
16 lines
270 B
JSON
16 lines
270 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "rabbitmq.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"amqplib": "^0.8.0"
|
|
}
|
|
}
|