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", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "genshincloudgamehelpper", "name": "genshincloudgamehelper",
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {

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