GenshinCloudGameHelper/package.json

26 lines
685 B
JSON
Raw Permalink Normal View History

2022-07-13 13:15:34 +08:00
{
2023-10-21 19:54:22 +08:00
"name": "genshincloudgamehelper",
2022-07-13 13:15:34 +08:00
"version": "1.0.0",
"description": "每天帮你获取15分钟云原神时间~",
2023-10-21 19:54:22 +08:00
"main": "src/index.js",
2022-07-13 13:15:34 +08:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2023-10-21 19:54:22 +08:00
"url": "git+https://git.loliquq.cn/earthjasonlin/GenshinCloudGameHelper.git"
2022-07-13 13:15:34 +08:00
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
2023-10-21 19:54:22 +08:00
"url": "https://git.loliquq.cn/earthjasonlin/GenshinCloudGameHelper/issues"
2022-07-13 13:15:34 +08:00
},
2023-10-21 19:54:22 +08:00
"homepage": "https://git.loliquq.cn/earthjasonlin/GenshinCloudGameHelper#readme",
2022-07-13 13:15:34 +08:00
"dependencies": {
2023-08-27 20:02:57 +08:00
"axios": "^1.5.0",
2022-07-13 13:15:34 +08:00
"nodemailer": "^6.7.6",
2023-08-27 20:02:57 +08:00
"reggol": "^1.4.4"
2022-07-13 13:15:34 +08:00
}
}