mirror of
https://github.com/hex-ci/smzdm_script.git
synced 2026-02-03 02:24:41 +08:00
26 lines
653 B
JSON
26 lines
653 B
JSON
{
|
|
"name": "smzdm-script",
|
|
"version": "1.0.0",
|
|
"description": "smzdm 自用脚本 for 青龙面板,支持 App 端签到、转盘抽奖、每日任务等功能",
|
|
"main": "smzdm_checkin.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hex-ci/smzdm_script.git"
|
|
},
|
|
"author": "Hex",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/hex-ci/smzdm_script/issues"
|
|
},
|
|
"homepage": "https://github.com/hex-ci/smzdm_script",
|
|
"devDependencies": {
|
|
"eslint": "^8.36.0"
|
|
},
|
|
"dependencies": {
|
|
"crypto-js": "^4.1.1"
|
|
}
|
|
}
|