first commit
This commit is contained in:
35
package.json
Normal file
35
package.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "wisecolt-goodreads-search-book",
|
||||
"version": "1.1.0",
|
||||
"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": "wisecolt",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user