build: update metadata and remove @types/jest pkg

This commit is contained in:
Ritesh Ghosh
2024-03-03 23:17:23 +05:30
parent bd1e62c174
commit c3a6260565
+5 -4
View File
@@ -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",