random-bunny/package.json
RenovateBot 27a8fa0a88
All checks were successful
continuous-integration/drone/push Build is passing
Update dependency eslint to v8
2023-03-06 00:01:43 +00:00

49 lines
1,008 B
JSON

{
"name": "random-bunny",
"version": "2.0.5",
"description": "Get a random subreddit image url",
"license": "MIT",
"author": "Vylpes",
"exports": "./dist/index.js",
"typings": "./dist/index.d.ts",
"keywords": [
"rabbit",
"bunny",
"bun",
"subreddit",
"reddit",
"random",
"placeholder"
],
"dependencies": {
"glob-parent": "^6.0.0",
"got": "^12.0.0",
"linqts": "^1.14.4"
},
"scripts": {
"build": "tsc",
"start": "ts-node app.ts",
"test": "echo none",
"lint": "eslint ."
},
"bugs": {
"url": "https://gitea.vylpes.xyz/RabbitLabs/random-bunny/issues",
"email": "helpdesk@vylpes.com"
},
"homepage": "https://gitea.vylpes.xyz/RabbitLabs/random-bunny",
"funding": "https://ko-fi.com/vylpes",
"devDependencies": {
"@types/node": "^18.0.0",
"eslint": "^8.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"files": [
"dist"
],
"type": "module",
"engines": {
"node": ">=14.16"
}
}