LotteryAutoScript/package.json
2021-06-06 20:25:32 +08:00

44 lines
1006 B
JSON

{
"name": "lottery-in-bili",
"version": "3.0.0",
"description": "自动抽奖",
"main": "main.js",
"scripts": {
"start": "node main.js start",
"clear": "node main.js clear",
"check": "node main.js check",
"pkg": "npx pkg . && powershell .\\script\\pkg\\pkg.ps1",
"pkg_arm": "npx pkg -t linux-arm -o dist/lottery-in-bili-linux-arm main.js"
},
"bin": "main.js",
"pkg": {
"targets": [
"linux-x64",
"win-x64",
"macos-x64"
],
"outputPath": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/shanmite/AutoScript.git"
},
"keywords": [
"auto",
"nodejs"
],
"author": "shanmite",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/shanmite/AutoScript/issues"
},
"homepage": "https://github.com/shanmite/AutoScript#readme",
"devDependencies": {
"eslint": "^7.17.0",
"pkg": "^5.2.1"
},
"dependencies": {
"nodemailer": "^6.5.0",
"unzipper": "^0.10.11"
}
}