mirror of
https://github.com/Shuying-exquisite/elm.git
synced 2026-06-03 21:02:22 +08:00
25 lines
501 B
JSON
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"
|
|
}
|
|
}
|