This commit is contained in:
Tejas Panchal
2026-03-01 13:03:47 +05:30
parent a6184c63d4
commit 0e1955eb42
5 changed files with 8 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "anime-api",
"name": "HiAnime-Api",
"version": "1.0.0",
"description": "A restful api to provide all information about anime",
"main": "./server.js",
@@ -8,7 +8,7 @@
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sayan Das",
"author": "JustAnimeCore",
"license": "MIT",
"dependencies": {
"axios": "^1.11.0",
@@ -28,6 +28,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/itzzzme/anime-api.git"
"url": "https://github.com/JustAnimeCore/HiAnime-Api.git"
}
}