UNPKG

ditzzsenpai-api

Version:

Simple NPM api for your app

53 lines (52 loc) 1.18 kB
{ "name": "ditzzsenpai-api", "version": "2.0.2", "description": "Simple NPM api for your app", "depecrated": false, "main": "index.js", "directories": { "lib": "lib" }, "scripts": { "start": "node index.js", "test": "node test.js" }, "keywords": [ "api", "rest-api", "scraper", "downloader", "tools", "multifunctions", "scrapers" ], "homepage": "https://api.ditzzsenpai.wtf", "author": "Ditzzy <admin@ditzzsenpai.wtf>", "repository": { "type": "git", "url": "git+https://api.ditzzsenpai.wtf.git" }, "bugs": { "url": "https://api.ditzzsenpai.wtf/issues" }, "license": "GPL-3.0-or-later", "dependencies": { "axios": "^0.27.0", "cheerio": "^1.0.0-rc.5", "@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", "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" }, "devDependencies": {} }