booru
Version:
Search (and do other things) on a bunch of different boorus!
77 lines • 1.63 kB
JSON
{
"name": "booru",
"version": "2.8.1",
"description": "Search (and do other things) on a bunch of different boorus!",
"author": "AtoraSuunva (https://github.com/AtoraSuunva/)",
"license": "MIT",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"homepage": "https://github.com/AtoraSuunva/booru#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/AtoraSuunva/booru.git"
},
"bugs": {
"url": "https://github.com/AtoraSuunva/booru/issues"
},
"keywords": [
"booru",
"e621",
"hypnohub",
"danbooru",
"konachan",
"yandere",
"gelbooru",
"rule34",
"safebooru",
"tbib",
"xbooru",
"paheal",
"derpibooru"
],
"engines": {
"node": ">=20"
},
"dependencies": {
"fast-xml-parser": "^5.2.5",
"undici": "^7.2.0"
},
"devDependencies": {
"@biomejs/biome": "^2.0.5",
"@types/node": "^24.0.3",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"files": [
"dist/"
],
"directories": {
"lib": "src/",
"test": "test/"
},
"contributors": [
{
"name": "Vladlen",
"url": "https://github.com/negezor"
},
{
"name": "Favna",
"url": "https://github.com/Favna"
},
{
"name": "Bobby Wibowo",
"url": "https://github.com/BobbyWibowo"
},
{
"name": "AtoraSuunva",
"url": "https://github.com/AtoraSuunva"
}
],
"scripts": {
"test": "tsx --test",
"lint": "biome check && tsc --noEmit",
"lint:fix": "biome check --write && tsc --noEmit",
"prebuild": "pnpm run lint",
"build": "tsc --build"
}
}