matrixbridge/ppfun-bridge/package.json

23 lines
490 B
JSON

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