mirror of
https://github.com/hex-ci/smzdm_script.git
synced 2026-02-02 18:20:05 +08:00
26 lines
682 B
JSON
26 lines
682 B
JSON
{
|
|
"name": "smzdm-script",
|
|
"version": "1.0.0",
|
|
"description": "smzdm 自用脚本 for 青龙面板,支持 App 端签到、转盘抽奖、每日任务等功能",
|
|
"main": "smzdm_checkin.js",
|
|
"scripts": {
|
|
"lint": "eslint --cache --max-warnings 0 \"./*.{js,ts}\" --ignore-path .gitignore"
|
|
},
|
|
"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"
|
|
}
|
|
}
|