matrixbridge/ppfun-bridge/package.json
2022-01-13 11:55:02 +01:00

20 lines
417 B
JSON

{
"name": "ppfun-bridge",
"version": "1.0.0",
"description": "pixelplanet.fun matrix bridge",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"author": "hf",
"license": "ISC",
"dependencies": {
"matrix-appservice-bridge": "^3.2.0",
"ws": "^8.4.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
"utf-8-validate": "^5.0.8"
}
}