UNPKG

mediacord

Version:

Get random images and gifs of anime, cats and dogs!

62 lines 1.25 kB
{ "name": "mediacord", "version": "1.2.1", "description": "Get random images and gifs of anime, cats and dogs!", "main": "dist/index.js", "author": "imluwi", "license": "MIT", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "scripts": { "build": "tsup src && tsc -b src", "start": "yarn build && node .", "test": "yarn build && node dist/testing.js" }, "repository": { "type": "git", "url": "git+https://github.com/notbojji/mediacord.git" }, "files": [ "dist/**/*.js*", "dist/**/*.mjs*", "dist/**/*.d*" ], "devDependencies": { "@sapphire/ts-config": "^3.3.4", "@types/is-url": "^1", "tsup": "^6.2.3", "typescript": "^4.8.3" }, "engines": { "node": ">=v14.0.0", "npm": ">=7.0.0" }, "keywords": [ "mediacord", "discord", "images", "gifs", "media", "multimedia", "anime", "anime gifs", "anime images", "nsfw", "sfw", "cat", "dog" ], "dependencies": { "axios": "^0.27.2", "is-url": "^1.2.4" }, "peerDependencies": { "axios": "^0.27.2", "is-url": "^1.2.4" } }