diff --git a/package.json b/package.json index 6996f5c..5f905d5 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,23 @@ { - "name": "Hero Union", - "version": "0.1", - "author": "filesite.io", - "type": "module", - "dependencies": { - "axios": "^1.3.3", - "body-parser": "^1.20.1", - "express": "^4.18.2", - "md5": "^2.3.0", - "node-cron": "^3.0.2" - }, - "scripts": { - "start": "node index.mjs", - "test": "node test/heroUnion.test.mjs" - } -} + "name": "herounion", + "description": "A hero bot union, which can manage hero bots and their tasks.", + "version": "0.0.1", + "author": "filesite.io", + "repository": { + "type": "git", + "url": "https://github.com/filesite-io/herounion.git" + }, + "license": "MIT", + "type": "module", + "dependencies": { + "axios": "^1.3.3", + "body-parser": "^1.20.1", + "express": "^4.18.2", + "md5": "^2.3.0", + "node-cron": "^3.0.2" + }, + "scripts": { + "start": "node index.mjs", + "test": "node test/heroUnion.test.mjs" + } +} \ No newline at end of file