rizfurr-api
Version:
Simple API by RizFurr
60 lines (59 loc) • 1.34 kB
JSON
{
"name": "rizfurr-api",
"version": "1.3.1",
"description": "Simple API by RizFurr",
"depecrated": false,
"main": "index.js",
"directories": {
"lib": "lib",
"lib/tools": "lib/tools",
"lib/game": "lib/game"
},
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"keywords": [
"rizfurr-api",
"api",
"rest-api",
"scraper",
"downloader",
"tools",
"multifunctions",
"scrapers"
],
"homepage": "https://github.com/rizfurr/rizfurr-api",
"author": {
"name": "RizFurr",
"email": "admin@rizfurr.ml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rizfurr/rizfurr-api.git"
},
"bugs": {
"url": "https://github.com/rizfurr/rizfurr-api/issues"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"axios": "^0.27.0",
"cheerio": "^1.0.0-rc.5",
"cookie": "^0.5.0",
"@vitalets/google-translate-api": "^8.0.0",
"uglify-js": "^3.15.3",
"node-fetch": "^2.6.1",
"yt-search": "^2.7.4",
"file-type": "^16.5.3",
"form-data": "^4.0.0",
"mathjs": "^10.4.3",
"ytdl-core": "^4.9.1",
"spotifydl-core": "latest",
"whois": "latest",
"instatouch": "^2.3.14",
"mime": "^1.6.0",
"fs": "^0.0.1-security",
"change-case": "^3.0.2",
"html-entities": "^1.2.1"
}
}