{ "name": "aruppi", "version": "1.0.0", "description": "Aruppi is a custom API to obtain data from the Japanese culture for the mobile app", "main": "./src/api/api.js", "scripts": { "start": "node src/index.js" }, "keywords": [ "aruppi", "aruppi api", "aruppi app", "aruppi android" ], "author": { "name": "Jéluchu", "email": "infoaruppi@gmail.com", "reason": "Android Developer and Others", "url": "https://jeluchu.github.io/", "social": { "github": "https://github.com/Jeluchu", "twitter": "https://twitter.com/Jeluchu" } }, "contributors": [ { "name": "Darkangeel", "url": "https://github.com/Darkangeel-hd", "reason": "System administration authority (SYSADM)" } ], "engines": { "node": ">= 10.16.x", "npm": ">= 6.9.x" }, "bugs": { "url": "https://github.com/aruppi/aruppi-api/issues" }, "repository": { "type": "git", "url": "https://github.com/aruppi/aruppi-api.git" }, "dependencies": { "animeflv-scrapper": "^0.2.12", "body-parser": "^1.19.0", "cheerio": "^1.0.0-rc.3", "cheerio-tableparser": "^1.0.1", "cloudscraper": "^4.6.0", "compose-middleware": "^5.0.1", "cors": "^2.8.5", "express": "^4.16.4", "helmet": "^3.22.0", "image-to-base64": "^2.1.0", "npm": "^6.14.5", "request": "^2.88.0", "rss-to-json": "^1.1.1" } }