random-bunny/package.json

42 lines
903 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-01-27 22:30:51 +00:00
"version": "2.0.4",
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",
2021-12-01 13:36:29 +00:00
"main": "./dist/index",
"typings": "./dist",
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",
"got": "^11.8.3",
"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": {
2021-12-01 13:36:29 +00:00
"@types/node": "^16.11.11",
"eslint": "^7.17.0",
2021-12-01 20:32:20 +00:00
"ts-node": "^10.4.0",
2021-12-01 13:36:29 +00:00
"typescript": "^4.5.2"
2021-01-13 21:08:47 +00:00
}
2016-04-27 20:06:24 +01:00
}