23 lines
482 B
JSON
23 lines
482 B
JSON
{
|
|
"name": "cgv_auto_reserve",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "cgvAjax.js",
|
|
"scripts": {
|
|
"loop": "node ./cgvAjax.js 0",
|
|
"dev": "node ./cgvAjax.js 1",
|
|
"test": "node ./cgvAjax.js 2"
|
|
},
|
|
"author": "SeungJu Lim",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"axios": "^1.6.6",
|
|
"crypto-js": "^4.2.0",
|
|
"dotenv": "^16.4.1",
|
|
"moment": "^2.30.1",
|
|
"node-telegram-bot-api": "^0.64.0",
|
|
"puppeteer": "^22.0.0"
|
|
}
|
|
}
|