mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
24 lines
506 B
JSON
24 lines
506 B
JSON
{
|
|
"name": "autoscript",
|
|
"version": "1.0.0",
|
|
"description": "run javascript in github",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "node main.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+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"
|
|
}
|