sosoreads
Version:
Another Node Goodreads wrapper
33 lines (32 loc) • 710 B
JSON
{
"name": "sosoreads",
"version": "0.1.1",
"description": "Another Node Goodreads wrapper",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/briankoser/sosoreads.git"
},
"keywords": [
"goodreads",
"books"
],
"author": "Brian Koser",
"license": "MIT",
"bugs": {
"url": "https://github.com/briankoser/sosoreads/issues"
},
"homepage": "https://github.com/briankoser/sosoreads#readme",
"devDependencies": {
"jest": "^26.6.3"
},
"dependencies": {
"axios": "^0.21.0",
"date-fns": "^2.16.1",
"node": "^15.0.1",
"xml2js": "^0.4.23"
}
}