random-bunny/package.json
2021-01-13 21:08:47 +00:00

29 lines
596 B
JSON

{
"name": "random-bunny",
"version": "1.0.0",
"description": "Get a random subreddit image url",
"license": "MIT",
"author": "Vylpes",
"keywords": [
"rabbit",
"bunny",
"bun",
"subreddit",
"reddit",
"random",
"placeholder"
],
"dependencies": {
"node-fetch": "^2.6.1"
},
"scripts": {
"lint": "eslint ."
},
"bugs": "https://gitlab.vylpes.com/Vylpes/random-bunny/-/issues",
"homepage": "https://gitlab.vylpes.com/Vylpes/random-bunny",
"funding": "https://ko-fi.com/gravitysoftware",
"devDependencies": {
"eslint": "^7.17.0"
}
}