mirror of
https://github.com/shafat-96/anilist-to-animepahe.git
synced 2026-04-17 15:51:45 +00:00
36 lines
756 B
JSON
36 lines
756 B
JSON
{
|
|
"name": "anilist-animepahe-mapper",
|
|
"version": "1.0.0",
|
|
"description": "A mapper and API between AniList and AnimePahe",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18.x"
|
|
},
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"dev": "nodemon src/index.js",
|
|
"vercel-build": "echo hello"
|
|
},
|
|
"keywords": [
|
|
"anime",
|
|
"anilist",
|
|
"animepahe",
|
|
"api"
|
|
],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"graphql": "^16.8.1",
|
|
"graphql-request": "^6.1.0",
|
|
"node-fetch": "^3.3.2",
|
|
"node-html-parser": "^7.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.2"
|
|
}
|
|
}
|