mirror of
https://git.stupid.fish/teidesu/scripts.git
synced 2025-07-27 18:22:10 +10:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "teidesu-scripts",
|
|
"type": "module",
|
|
"packageManager": "pnpm@9.5.0",
|
|
"dependencies": {
|
|
"@faker-js/faker": "^9.3.0",
|
|
"@fuman/io": "^0.0.4",
|
|
"@fuman/net": "^0.0.9",
|
|
"@fuman/node": "^0.0.4",
|
|
"@mtcute/node": "^0.19.1",
|
|
"@types/better-sqlite3": "^7.6.12",
|
|
"@types/plist": "^3.0.5",
|
|
"@types/spinnies": "^0.5.3",
|
|
"better-sqlite3": "^11.8.1",
|
|
"canvas": "^3.1.0",
|
|
"cheerio": "^1.0.0",
|
|
"egoroof-blowfish": "4.0.1",
|
|
"es-main": "^1.3.0",
|
|
"filesize": "^10.1.6",
|
|
"json5": "^2.2.3",
|
|
"kuromoji": "^0.1.2",
|
|
"nanoid": "^5.0.9",
|
|
"plist": "^3.1.0",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"spinnies": "^0.5.1",
|
|
"tough-cookie": "^5.0.0",
|
|
"tough-cookie-file-store": "^2.0.3",
|
|
"tsx": "^4.19.2",
|
|
"undici": "^7.2.0",
|
|
"wanakana": "^5.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "3.10.0",
|
|
"@fuman/fetch": "0.1.0",
|
|
"@fuman/utils": "0.0.14",
|
|
"@types/node": "22.10.0",
|
|
"domhandler": "^5.0.3",
|
|
"dotenv": "16.4.5",
|
|
"htmlparser2": "^10.0.0",
|
|
"zod": "3.23.8",
|
|
"zx": "8.2.2"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"better-sqlite3",
|
|
"canvas"
|
|
]
|
|
}
|
|
}
|