package.json에 node-cron 및 node-fetch 의존성 추가 server.js에서 루트 경로에 대한 리다이렉트 로직 추가 .gitignore 파일 생성 public/index.html 및 callback/callback.html 파일 삭제
17 lines
337 B
JSON
17 lines
337 B
JSON
{
|
|
"name": "google-at-collector",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^5.1.0",
|
|
"node-cron": "^4.2.0",
|
|
"node-fetch": "^3.3.2"
|
|
}
|
|
}
|