7aef474a06
idk if its just me who had this issue, but this assuming it fixed for me no one should encounter an error with canvas version changed. Literally all this does is change line 12 from "^2.8.0" to "2.8.0" again dont know if everyone will have this error but ye you would know if you accept the changes
23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"name": "gdservers",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node ./index.js"
|
|
},
|
|
"dependencies": {
|
|
"ag-psd": "^14.3.2",
|
|
"canvas": "2.8.0",
|
|
"compression": "^1.7.4",
|
|
"connect-timeout": "^1.9.0",
|
|
"express": "^4.17.1",
|
|
"express-rate-limit": "^5.1.3",
|
|
"google-spreadsheet": "^3.0.11",
|
|
"jimp": "^0.8.5",
|
|
"plist": "^3.0.1",
|
|
"request": "^2.88.2",
|
|
"sharp": "^0.29.1"
|
|
}
|
|
}
|