autocheckin-ssr-site/package.json
2023-03-27 18:23:56 +08:00

20 lines
347 B
JSON

{
"name": "autoCheckin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node ./app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@iarna/toml": "^2.2.5",
"axios": "^1.3.4",
"cookie": "^0.5.0",
"node-schedule": "^2.1.1",
"qs": "^6.11.1"
}
}