25 lines
677 B
JSON
25 lines
677 B
JSON
{
|
|
"name": "lotto_automation",
|
|
"version": "0.0.1",
|
|
"description": "Lottery Automation Service",
|
|
"main": "app.js",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "sunha.park (sunha321@gmail.com)",
|
|
"contributors": [
|
|
"sunha.park (sunha321@gmail.com)",
|
|
"hojin.jeong (a66764765@gmail.com)"
|
|
],
|
|
"license": "MIT",
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
|
"dependencies": {
|
|
"axios": "^1.11.0",
|
|
"cheerio": "^1.1.2"
|
|
}
|
|
}
|