build: update metadata and remove @types/jest pkg
This commit is contained in:
+5
-4
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "aniwatch-api",
|
"name": "aniwatch-api",
|
||||||
"version": "1.26.0",
|
"version": "1.26.0",
|
||||||
"description": "Node Express API for obtaining anime information from aniwatch",
|
"description": "Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to) written in TypeScript, made with Cheerio & Axios",
|
||||||
"main": "ts-node src/server.ts",
|
"main": "src/server.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "tsx src/server.ts",
|
"start": "tsx src/server.ts",
|
||||||
@@ -23,7 +23,9 @@
|
|||||||
"homepage": "https://github.com/ghoshRitesh12/aniwatch-api#readme",
|
"homepage": "https://github.com/ghoshRitesh12/aniwatch-api#readme",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"anime",
|
"anime",
|
||||||
"aniwatch"
|
"weeb",
|
||||||
|
"hianime",
|
||||||
|
"scraper"
|
||||||
],
|
],
|
||||||
"author": "https://github.com/ghoshRitesh12",
|
"author": "https://github.com/ghoshRitesh12",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@@ -43,7 +45,6 @@
|
|||||||
"@types/crypto-js": "^4.2.1",
|
"@types/crypto-js": "^4.2.1",
|
||||||
"@types/express": "^4.17.21",
|
"@types/express": "^4.17.21",
|
||||||
"@types/http-errors": "^2.0.4",
|
"@types/http-errors": "^2.0.4",
|
||||||
"@types/jest": "^29.5.11",
|
|
||||||
"@types/morgan": "^1.9.9",
|
"@types/morgan": "^1.9.9",
|
||||||
"@types/node": "^20.11.5",
|
"@types/node": "^20.11.5",
|
||||||
"husky": "^8.0.3",
|
"husky": "^8.0.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user