mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-21 19:17:38 +03:00
16 lines
255 B
JSON
16 lines
255 B
JSON
{
|
|
"name": "eddn-listener",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"watch": "node index.js"
|
|
},
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"zeromq": "^6.0.0-beta.6"
|
|
}
|
|
}
|