Initial commit: new history

This commit is contained in:
king
2025-06-30 21:59:46 +08:00
commit cd32a8c7e5
1945 changed files with 111356 additions and 0 deletions

25
package.json Normal file
View File

@ -0,0 +1,25 @@
{
"dependencies": {
"adm-zip": "^0.5.10",
"axios": "^1.7.8",
"crypto-js": "^4.2.0",
"dotenv": "^16.3.2",
"got": "^14.0.0",
"https-proxy-agent": "^7.0.2",
"node-fetch": "^3.3.1",
"node-schedule": "^2.1.1",
"request": "^2.88.2",
"sharp": "^0.32.6",
"terser": "^5.26.0"
},
"name": "wool_scripts",
"description": "## 致敬开源精神 净化网络环境",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}