mqttcsimpl/package.json

21 lines
452 B
JSON
Raw Normal View History

2023-03-12 06:22:00 +00:00
{
"name": "mqttcsimpl",
"version": "0.0.1",
"description": "mqtt-cli-host-impl",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/Far-Open-Auth.en-soln/mqttcsimpl"
},
"keywords": [
"oauth"
],
"author": "Nikhil Aryal (aka. Prof. - Xadk3!)",
2023-03-12 06:24:49 +00:00
"license": "MIT",
"dependencies": {
"mqtt-server": "^0.1.0"
}
2023-03-12 06:22:00 +00:00
}