{ "name": "brainbaking", "version": "1.0.0", "description": "", "main": "goodreads-fetch.js", "directories": { "doc": "docs" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.6", "@babel/preset-env": "^7.10.1", "lunr": "^2.3.6", "parser-front-matter": "^1.6.4" }, "scripts": { "build": "/usr/local/bin/hugo", "install": "node masto-feed-parser.js && node goodreads-fetch.js > static/js/goodreads.js && node build-lunr-index.js > static/js/brainbaking-post.json" }, "repository": { "type": "git", "url": "git+https://github.com/wgroeneveld/brainbaking.git" }, "author": "", "license": "", "bugs": { "url": "https://github.com/wgroeneveld/brainbaking/issues" }, "homepage": "https://github.com/wgroeneveld/brainbaking#readme", "dependencies": { "ent": "^2.2.0", "fast-xml-parser": "^3.18.0", "got": "^11.8.2" } }