caliph-api
Version:
Simple API by Caliph
61 lines (60 loc) • 1.39 kB
JSON
{
"name": "caliph-api",
"version": "1.0.1",
"description": "Simple API by Caliph",
"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",
"minify": "node minify.js --path ."
},
"keywords": [
"caliph-api",
"api",
"rest-api",
"scraper",
"downloader",
"tools",
"multifunctions",
"scrapers"
],
"homepage": "https://caliph-api.js.org/",
"author": {
"name": "caliphdev",
"email": "admin@caliph.my.id"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caliphdev/caliph-api.git"
},
"bugs": {
"url": "https://github.com/caliphdev/caliph-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": "^11.0.0",
"ytdl-core": "github:fent/node-ytdl-core",
"whois": "latest",
"instatouch": "^2.3.14",
"mime": "^1.6.0",
"fs": "^0.0.1-security",
"ip-range-check": "^0.2.0",
"change-case": "^3.0.2",
"html-entities": "^1.2.1"
}
}