LotteryAutoScript/package.json
2021-01-14 18:47:07 +08:00

30 lines
671 B
JSON

{
"name": "lottery-in-bilibili",
"version": "1.1.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "node main.js",
"clear": "node main.js clear",
"test_start": "env.bat && node main.js",
"test_clear": "env.bat && node main.js clear"
},
"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"
}
}