mirror of
https://git.stupid.fish/teidesu/scripts.git
synced 2025-07-28 02:32:11 +10:00
chore: update public repo
This commit is contained in:
parent
e0109980c0
commit
e7c9507247
25 changed files with 5364 additions and 0 deletions
38
package.json
Normal file
38
package.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"name": "teidesu-scripts",
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@9.5.0",
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@faker-js/faker": "^9.3.0",
|
||||
"@fuman/io": "^0.0.4",
|
||||
"@fuman/node": "^0.0.4",
|
||||
"@mtcute/node": "^0.19.1",
|
||||
"@types/plist": "^3.0.5",
|
||||
"cheerio": "^1.0.0",
|
||||
"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",
|
||||
"tough-cookie": "^5.0.0",
|
||||
"tough-cookie-file-store": "^2.0.3",
|
||||
"undici": "^7.2.0",
|
||||
"wanakana": "^5.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "3.10.0",
|
||||
"@fuman/fetch": "0.0.7",
|
||||
"@fuman/utils": "0.0.4",
|
||||
"@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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue