trev-reborn
Version:
Getting random text, nsfw images, hentai images and memes from reddit. Fast and tons of features supported.
54 lines (53 loc) • 1.27 kB
JSON
{
"name": "trev-reborn",
"version": "1.2.0",
"description": "Getting random text, nsfw images, hentai images and memes from reddit. Fast and tons of features supported.",
"main": "index.js",
"scripts": {
"lint": "eslint --fix **/**.js",
"prettier:check": "prettier **/**.{js,json} --check --ignore-unknown",
"prettier:fix": "prettier **/**.{js,json} --write --ignore-unknown"
},
"repository": {
"type": "git",
"url": "https://github.com/TheMonDon/trev-reborn"
},
"author": "themondon",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.12",
"utf8": "^3.0.0"
},
"keywords": [
"trev",
"trev-reborn",
"nsfw",
"reddit",
"reddit api",
"gifs",
"subreddit",
"reddit wrapper",
"wrapper",
"memes",
"memes reddit",
"nsfw reddit",
"18+",
"sexy",
"funny",
"discord",
"bot",
"images",
"api",
"sfw",
"modular"
],
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.0.0"
}
}