36 lines
880 B
JSON
36 lines
880 B
JSON
{
|
|
"name": "szbk-goodreads-search-book",
|
|
"version": "1.1.1",
|
|
"description": "Allows searching for books on Goodreads. To print the book description with gemini-ai you need an api key.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/szbk/goodreads-book-search.git"
|
|
},
|
|
"keywords": [
|
|
"goodreads",
|
|
"book",
|
|
"isbn",
|
|
"search",
|
|
"library",
|
|
"api"
|
|
],
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --reporter mocha-multi-reporters --reporter-options configFile=mocha-report-config.json"
|
|
},
|
|
"author": "szbk",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@google/generative-ai": "^0.8.0",
|
|
"axios": "^1.6.8",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"dotenv": "^16.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^5.1.2",
|
|
"mocha": "^11.0.1",
|
|
"mocha-junit-reporter": "^2.2.1",
|
|
"mocha-multi-reporters": "^1.5.1"
|
|
}
|
|
}
|