mirror of
https://github.com/JustAnimeCore/HiAnime-Api.git
synced 2026-04-17 13:51:44 +00:00
feature, not a bug
This commit is contained in:
33
package.json
Normal file
33
package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "anime-api",
|
||||
"version": "1.0.0",
|
||||
"description": "A restful api to provide all information about anime",
|
||||
"main": "./server.js",
|
||||
"scripts": {
|
||||
"start": "node ./server.js",
|
||||
"dev": "nodemon server.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Sayan Das",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^1.11.0",
|
||||
"bcrypt": "^6.0.0",
|
||||
"cheerio": "^1.0.0-rc.12",
|
||||
"cookie-parser": "^1.4.7",
|
||||
"cors": "^2.8.5",
|
||||
"crypto-js": "^4.2.0",
|
||||
"dotenv": "^17.2.0",
|
||||
"express": "^5.2.1",
|
||||
"image-pixels": "^2.2.2",
|
||||
"jsonwebtoken": "^9.0.2"
|
||||
},
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.1.10"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/itzzzme/anime-api.git"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user