mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "lottery-auto-script",
|
|
"version": "2.2.5",
|
|
"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",
|
|
"pkg_x64": "PowerShell .\\script\\pkg\\pkg.ps1",
|
|
"pkg_arm64": "npx pkg -t node16-linux-arm64 -o dist/lottery main.js && cp my_config.example.js dist/my_config.js && cp env.example.js dist/env.js",
|
|
"pkg_armv7": "npx pkg -t node16-linuxstatic-armv7 -o dist/lottery main.js && cp my_config.example.js dist/my_config.js && cp env.example.js dist/env.js"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"main.js",
|
|
"package.js",
|
|
"my_config.example.js",
|
|
"env.example.js",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"bin": "main.js",
|
|
"pkg": {
|
|
"targets": [
|
|
"linux-x64",
|
|
"win-x64",
|
|
"macos-x64"
|
|
],
|
|
"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": "^7.17.0",
|
|
"pkg": "^5.2.1"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.1.1",
|
|
"nodemailer": "^6.5.0"
|
|
}
|
|
}
|