60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "random-bunny",
|
|
"version": "2.1.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-cjs": "^12.5.4",
|
|
"htmlparser2": "^9.1.0",
|
|
"linqts": "^1.14.4"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "ts-node app.ts",
|
|
"test": "jest",
|
|
"lint": "eslint .",
|
|
"release": "np --no-publish"
|
|
},
|
|
"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/eslint": "^8.21.1",
|
|
"@types/jest": "^29.5.8",
|
|
"@types/node": "^18.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
|
"@typescript-eslint/parser": "^5.54.0",
|
|
"eslint": "^8.49.0",
|
|
"jest": "^29.7.0",
|
|
"jest-mock-extended": "^3.0.3",
|
|
"np": "^7.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"ts-mockito": "^2.6.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"resolutions": {
|
|
"np/**/got": "^11.8.5",
|
|
"**/semver": "^7.5.2",
|
|
"@babel/traverse": "^7.23.2"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|