random-bunny/package.json

38 lines
805 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",
2022-07-14 17:35:36 +01:00
"version": "2.0.1",
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",
2021-12-01 20:39:02 +00:00
"got": "^11.8.3"
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
},
2021-04-12 20:38:51 +01:00
"bugs": "https://github.com/Vylpes/random-bunny/issues",
"homepage": "https://github.com/Vylpes/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
}