28 lines
596 B
JSON
28 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"
|
|
}
|
|
}
|