mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
Some checks failed
Build and push Docker images / docker (push) Has been cancelled
Mirror and run GitLab CI / build (push) Has been cancelled
Publishing to NPM / publish (push) Has been cancelled
Package Node.js project into an executable / node${{ matrix.nodev }}-${{ matrix.platform }}-x64 (18, linux) (push) Has been cancelled
Package Node.js project into an executable / node${{ matrix.nodev }}-${{ matrix.platform }}-x64 (18, macos) (push) Has been cancelled
Package Node.js project into an executable / node${{ matrix.nodev }}-${{ matrix.platform }}-x64 (18, win) (push) Has been cancelled
Package Node.js project into an executable / node18-${{ matrix.platform }}-arm64 (alpine) (push) Has been cancelled
Package Node.js project into an executable / node18-${{ matrix.platform }}-arm64 (linux) (push) Has been cancelled
Package Node.js project into an executable / node18-${{ matrix.platform }}-arm64 (linuxstatic) (push) Has been cancelled
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "lottery-auto-script",
|
|
"version": "2.10.1",
|
|
"description": "自动参与B站动态抽奖",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"login": "node main.js login",
|
|
"start": "node main.js start",
|
|
"test": "node test/index.js",
|
|
"clear": "node main.js clear",
|
|
"check": "node main.js check",
|
|
"update": "node main.js update",
|
|
"account": "node main.js account",
|
|
"help": "node main.js help",
|
|
"pkg": "bash script/build/pkg.sh",
|
|
"changelog": "bash script/build/changelog.sh",
|
|
"lint": "npx eslint lib/ test/ *.js",
|
|
"lint-fix": "npx eslint lib/ test/ *.js --fix"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"main.js",
|
|
"package.js",
|
|
"my_config.example.js",
|
|
"env.example.js",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"bin": "main.js",
|
|
"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",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.0",
|
|
"nodemailer": "^6.7.0",
|
|
"@catlair/blogin": "^0.0.8"
|
|
}
|
|
}
|