fix package.json

This commit is contained in:
Zichao Lin 2023-10-21 19:54:22 +08:00
parent 41280019f6
commit 15ca17e903
Signed by: earthjasonlin
GPG Key ID: 406D9913DE2E42FB
2 changed files with 7 additions and 7 deletions

4
package-lock.json generated

@ -1,11 +1,11 @@
{
"name": "genshincloudgamehelpper",
"name": "genshincloudgamehelper",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "genshincloudgamehelpper",
"name": "genshincloudgamehelper",
"version": "1.0.0",
"license": "ISC",
"dependencies": {

@ -1,22 +1,22 @@
{
"name": "genshincloudgamehelpper",
"name": "genshincloudgamehelper",
"version": "1.0.0",
"description": "每天帮你获取15分钟云原神时间~",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HuanLinMaster/GenshinCloudGameHelpper.git"
"url": "git+https://git.loliquq.cn/earthjasonlin/GenshinCloudGameHelper.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HuanLinMaster/GenshinCloudGameHelpper/issues"
"url": "https://git.loliquq.cn/earthjasonlin/GenshinCloudGameHelper/issues"
},
"homepage": "https://github.com/HuanLinMaster/GenshinCloudGameHelpper#readme",
"homepage": "https://git.loliquq.cn/earthjasonlin/GenshinCloudGameHelper#readme",
"dependencies": {
"axios": "^1.5.0",
"nodemailer": "^6.7.6",