diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-07 23:11:54 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-07 23:11:54 +0530 |
| commit | db5ecf18dbb390938e915fe2f86e5bd6042f1692 (patch) | |
| tree | 948afa66f17a38e7c4386e6234101153e4b0ec99 /package.json | |
| parent | c1b6077f391f8696d4165044f8c55529098ad315 (diff) | |
| download | aniwatch-api-db5ecf18dbb390938e915fe2f86e5bd6042f1692.tar.xz aniwatch-api-db5ecf18dbb390938e915fe2f86e5bd6042f1692.zip | |
chore: updated repo api links
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index c5b1c05..1c2d5f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "zoro.to-api", + "name": "aniwatch-api", "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", "scripts": { "start": "ts-node src/server.ts", @@ -12,15 +12,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ghoshRitesh12/zoro.to-api.git" + "url": "git+https://github.com/ghoshRitesh12/aniwatch-api.git" }, "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": [ "anime", - "zoro" + "aniwatch" ], "author": "https://github.com/ghoshRitesh12", "license": "MIT", @@ -47,4 +47,4 @@ "ts-node": "^10.9.1", "typescript": "^5.1.6" } -} +}
\ No newline at end of file |
