Ethan Lane
6f0109ae6e
All checks were successful
Test / build (push) Successful in 8s
- Update eslint #95, #185 Reviewed-on: #198 Reviewed-by: VylpesTester <tester@vylpes.com> Co-authored-by: Ethan Lane <ethan@vylpes.com> Co-committed-by: Ethan Lane <ethan@vylpes.com>
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"name": "random-bunny",
|
|
"version": "2.1.6",
|
|
"description": "Get a random subreddit image url",
|
|
"license": "MIT",
|
|
"author": "Vylpes",
|
|
"exports": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"bin": "./dist/cli.js",
|
|
"main": "./dist/index.js",
|
|
"keywords": [
|
|
"rabbit",
|
|
"bunny",
|
|
"bun",
|
|
"subreddit",
|
|
"reddit",
|
|
"random",
|
|
"placeholder"
|
|
],
|
|
"dependencies": {
|
|
"commander": "^12.0.0",
|
|
"glob-parent": "^6.0.0",
|
|
"got-cjs": "^12.5.4",
|
|
"htmlparser2": "^9.1.0",
|
|
"linqts": "^1.14.4"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/cli.js",
|
|
"test": "jest",
|
|
"lint": "eslint .",
|
|
"release": "np --no-publish",
|
|
"package": "pkg . --no-bytecode"
|
|
},
|
|
"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": {
|
|
"@eslint/eslintrc": "^3.1.0",
|
|
"@eslint/js": "^9.7.0",
|
|
"@types/eslint": "^9.6.0",
|
|
"@types/jest": "^29.5.8",
|
|
"@types/node": "^20.0.0",
|
|
"eslint": "^9.7.0",
|
|
"jest": "^29.7.0",
|
|
"jest-mock-extended": "^3.0.3",
|
|
"np": "^10.0.0",
|
|
"pkg": "^5.8.1",
|
|
"ts-jest": "^29.1.1",
|
|
"ts-mockito": "^2.6.1",
|
|
"typescript": "^5.0.0",
|
|
"typescript-eslint": "^7.17.0"
|
|
},
|
|
"resolutions": {
|
|
"np/**/got": "^14.0.0",
|
|
"**/semver": "^7.5.2",
|
|
"@babel/traverse": "^7.23.2"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"pkg": {
|
|
"scripts": "dist/**/*.js",
|
|
"targets": [
|
|
"latest-linux-x64",
|
|
"latest-macos-x64",
|
|
"latest-macos-arm64",
|
|
"latest-win-x64"
|
|
],
|
|
"outputPath": "bin"
|
|
}
|
|
}
|