mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-12 21:03:13 +08:00
30 lines
671 B
JSON
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"
|
|
}
|
|
}
|