matrixbridge/ppfun-bridge/package.json

23 lines
490 B
JSON
Raw Permalink Normal View History

2022-01-13 10:55:02 +00:00
{
"name": "ppfun-bridge",
"version": "1.0.0",
"description": "pixelplanet.fun matrix bridge",
2022-01-16 10:33:44 +00:00
"type": "module",
2022-01-13 10:55:02 +00:00
"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"
2022-01-13 10:55:02 +00:00
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
"utf-8-validate": "^5.0.8"
}
}