chore: updated repo api links
This commit is contained in:
+7
-7
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "zoro.to-api",
|
"name": "aniwatch-api",
|
||||||
"version": "1.5.0",
|
"version": "1.5.0",
|
||||||
"description": "Node Express API for obtaining anime information from zoro.to",
|
"description": "Node Express API for obtaining anime information from aniwatch",
|
||||||
"main": "ts-node src/server.ts",
|
"main": "ts-node src/server.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "ts-node src/server.ts",
|
"start": "ts-node src/server.ts",
|
||||||
@@ -12,15 +12,15 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/ghoshRitesh12/zoro.to-api.git"
|
"url": "git+https://github.com/ghoshRitesh12/aniwatch-api.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ghoshRitesh12/zoro.to-api/issues"
|
"url": "https://github.com/ghoshRitesh12/aniwatch-api/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/ghoshRitesh12/zoro.to-api#readme",
|
"homepage": "https://github.com/ghoshRitesh12/aniwatch-api#readme",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"anime",
|
"anime",
|
||||||
"zoro"
|
"aniwatch"
|
||||||
],
|
],
|
||||||
"author": "https://github.com/ghoshRitesh12",
|
"author": "https://github.com/ghoshRitesh12",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@@ -47,4 +47,4 @@
|
|||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"typescript": "^5.1.6"
|
"typescript": "^5.1.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user