From c3a62605657ee020570300571bb387177d432741 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Sun, 3 Mar 2024 23:17:23 +0530 Subject: [PATCH] build: update metadata and remove @types/jest pkg --- package.json | 9 +++++---- 1 file 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",