mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"name": "lottery-auto-script",
|
|
"version": "2.3.7",
|
|
"description": "自动参与B站动态抽奖",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "node main.js start",
|
|
"clear": "node main.js clear",
|
|
"check": "node main.js check",
|
|
"update": "node main.js update",
|
|
"build_all": "bash script/build/pkg.sh"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"main.js",
|
|
"package.js",
|
|
"my_config.example.js",
|
|
"env.example.js",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"bin": "main.js",
|
|
"pkg": {
|
|
"targets": [
|
|
"node12-win-x64",
|
|
"node16-win-x64",
|
|
"node16-linux-x64",
|
|
"node16-macos-x64",
|
|
"node16-linuxstatic-arm64",
|
|
"node16-linuxstatic-armv7"
|
|
],
|
|
"outputPath": "dist"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/shanmiteko/AutoScript.git"
|
|
},
|
|
"keywords": [
|
|
"auto",
|
|
"nodejs"
|
|
],
|
|
"author": "shanmite",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/shanmiteko/AutoScript/issues"
|
|
},
|
|
"homepage": "https://github.com/shanmiteko/AutoScript#readme",
|
|
"devDependencies": {
|
|
"eslint": "^8.1.0",
|
|
"pkg": "^5.4.1"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.1.2",
|
|
"nodemailer": "^6.7.0"
|
|
}
|
|
} |