LotteryAutoScript/package.json
2021-02-24 16:53:09 +08:00

35 lines
833 B
JSON

{
"name": "lottery-in-bilibili",
"version": "1.1.0",
"description": "自动抽奖",
"main": "main.js",
"scripts": {
"start": "node main.js start",
"clear": "node main.js clear",
"check": "node main.js check",
"test_start": "env.bat && node main.js start",
"test_clear": "env.bat && node main.js clear",
"test_check": "env.bat && node main.js check"
},
"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"
},
"dependencies": {
"unzipper": "^0.10.11"
}
}