random-bunny/package.json

49 lines
1,008 B
JSON
Raw Normal View History

2016-04-27 20:06:24 +01:00
{
2020-12-20 19:39:03 +00:00
"name": "random-bunny",
2023-03-30 18:41:45 +01:00
"version": "2.0.6",
2020-12-20 19:39:03 +00:00
"description": "Get a random subreddit image url",
2016-04-27 20:06:24 +01:00
"license": "MIT",
2020-12-20 19:39:03 +00:00
"author": "Vylpes",
"exports": "./dist/index.js",
2023-01-27 22:42:37 +00:00
"typings": "./dist/index.d.ts",
2016-04-27 20:06:24 +01:00
"keywords": [
2020-12-20 19:39:03 +00:00
"rabbit",
"bunny",
"bun",
"subreddit",
"reddit",
2016-04-28 16:31:41 +01:00
"random",
"placeholder"
2016-04-27 20:06:24 +01:00
],
"dependencies": {
2021-06-19 16:13:27 +01:00
"glob-parent": "^6.0.0",
2023-02-27 00:01:42 +00:00
"got": "^12.0.0",
"linqts": "^1.14.4"
2016-04-27 20:06:24 +01:00
},
2020-12-20 19:39:03 +00:00
"scripts": {
2021-12-01 20:32:20 +00:00
"build": "tsc",
"start": "ts-node app.ts",
2021-03-01 18:20:14 +00:00
"test": "echo none",
2021-01-13 21:08:47 +00:00
"lint": "eslint ."
2016-04-27 20:06:24 +01:00
},
"bugs": {
"url": "https://gitea.vylpes.xyz/RabbitLabs/random-bunny/issues",
"email": "helpdesk@vylpes.com"
},
"homepage": "https://gitea.vylpes.xyz/RabbitLabs/random-bunny",
2021-12-01 13:36:29 +00:00
"funding": "https://ko-fi.com/vylpes",
2021-01-13 21:08:47 +00:00
"devDependencies": {
2022-12-28 18:51:48 +00:00
"@types/node": "^18.0.0",
2023-03-06 00:01:43 +00:00
"eslint": "^8.0.0",
"ts-node": "^10.9.1",
2023-03-20 00:02:45 +00:00
"typescript": "^5.0.0"
2023-01-27 22:42:37 +00:00
},
"files": [
"dist"
],
"type": "module",
"engines": {
"node": ">=14.16"
}
2016-04-27 20:06:24 +01:00
}