build: update metadata and remove @types/jest pkg
This commit is contained in:
+5
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user