UNPKG

flibusta-api

Version:

> **Disclaimer**: This package is only created as an example of a search tool for Flibusta. If you like to read books - buy them legally.

51 lines (50 loc) 1.15 kB
{ "name": "flibusta-api", "version": "0.2.3", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "lint": "eslint src" }, "repository": { "type": "git", "url": "git+https://github.com/NicomUA/flibusta-api.git" }, "keywords": [ "flibusta", "api", "search", "books" ], "author": "Mykyta Matsapura", "license": "MIT", "bugs": { "url": "https://github.com/NicomUA/flibusta-api/issues" }, "homepage": "https://github.com/NicomUA/flibusta-api#readme", "devDependencies": { "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.16.0", "@types/html-to-text": "^9.0.4", "@types/jest": "^29.5.14", "@types/node": "^22.17.0", "@typescript-eslint/eslint-plugin": "^8.16.0", "@typescript-eslint/parser": "^8.16.0", "eslint": "^9.16.0", "jest": "^29.7.0", "prettier": "^3.4.1", "ts-jest": "^29.2.5", "typescript": "^5.7.2" }, "files": [ "lib/**/*" ], "dependencies": { "axios": "^1.7.7", "cheerio": "^1.0.0", "html-to-text": "^9.0.5" } }