25 lines
553 B
JSON
25 lines
553 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": {
|
|
"test": "echo \"No tests\""
|
|
},
|
|
"bugs": "https://gitlab.vylpes.com/Vylpes/random-bunny/-/issues",
|
|
"homepage": "https://gitlab.vylpes.com/Vylpes/random-bunny",
|
|
"funding": "https://ko-fi.com/gravitysoftware"
|
|
}
|