feat: Patpat generator

This commit is contained in:
Linnea Gräf 2025-03-25 21:24:47 +01:00
parent 1e2f2f8a0c
commit 1fd32b8a20
No known key found for this signature in database
GPG key ID: AA563E93EB628D91
8 changed files with 645 additions and 1 deletions

View file

@ -9,12 +9,26 @@
"check": "tsc"
},
"dependencies": {
"canvas": "^3.1.0",
"discord.js": "^14.17.2",
"sharp": "git+ssh://git@github.com/lovell/sharp.git",
"ts-node": "^10.9.2",
"zod": "^3.24.2"
},
"devDependencies": {
"typescript": "^5.5.3"
},
"private": true
"private": true,
"pnpm": {
"ignoredBuiltDependencies": [
"canvas"
],
"onlyBuiltDependencies": [
"canvas",
"sharp"
],
"patchedDependencies": {
"sharp@0.34.0-rc.0": "patches/sharp@0.34.0-rc.0.patch"
}
}
}