diff options
| author | Ritesh Ghosh <[email protected]> | 2024-03-03 23:17:23 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-03-03 23:17:23 +0530 |
| commit | c3a62605657ee020570300571bb387177d432741 (patch) | |
| tree | 9334149458b1d9058bf43e53503e3ca21df75873 /package.json | |
| parent | bd1e62c1742d5d4df47fdbd50739ee14710ce4b9 (diff) | |
| download | aniwatch-api-c3a62605657ee020570300571bb387177d432741.tar.xz aniwatch-api-c3a62605657ee020570300571bb387177d432741.zip | |
build: update metadata and remove @types/jest pkg
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json index eef7c60..bf1ab7d 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "aniwatch-api", "version": "1.26.0", - "description": "Node Express API for obtaining anime information from aniwatch", - "main": "ts-node src/server.ts", + "description": "Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to) written in TypeScript, made with Cheerio & Axios", + "main": "src/server.ts", "type": "module", "scripts": { "start": "tsx src/server.ts", @@ -23,7 +23,9 @@ "homepage": "https://github.com/ghoshRitesh12/aniwatch-api#readme", "keywords": [ "anime", - "aniwatch" + "weeb", + "hianime", + "scraper" ], "author": "https://github.com/ghoshRitesh12", "license": "MIT", @@ -43,7 +45,6 @@ "@types/crypto-js": "^4.2.1", "@types/express": "^4.17.21", "@types/http-errors": "^2.0.4", - "@types/jest": "^29.5.11", "@types/morgan": "^1.9.9", "@types/node": "^20.11.5", "husky": "^8.0.3", |
