matrix-irc-relaybot/package.json

17 lines
335 B
JSON

{
"name": "matrix-irc-relaybot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "PeterCxy",
"license": "WTFPL",
"dependencies": {
"axios": "^0.21.1",
"irc-framework": "^4.9.0",
"matrix-js-sdk": "^9.4.1"
}
}