elm/package.json
2024-07-31 01:00:14 +08:00

25 lines
501 B
JSON

{
"name": "elm",
"version": "1.0.0",
"description": "elm乐园币获取程序",
"main": "elm.sh",
"scripts": {
"start": "sh elm.sh"
},
"author": "Shuying-exquisite",
"license": "MIT",
"dependencies": {
"dotenv": "^16.0.0",
"cheerio": "^1.0.0",
"request": "^2.88.2",
"xmldom": "^0.6.0",
"axios": "^1.7.2",
"node-rsa": "^1.1.1",
"jsencrypt": "^3.3.2",
"crypto-js": "^4.2.0",
"moment": "^2.30.1",
"md5": "^2.3.0",
"utils": "^0.3.1"
}
}