加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 682 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hex 提交于 2023-11-20 10:44 . 重构代码
{
"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"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化