{ "name": "brainbaking", "version": "1.0.0", "description": "", "main": "jamstack-init.js", "directories": { "doc": "docs" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.6", "@babel/preset-env": "^7.10.1", "lodash": ">=4.17.21" }, "scripts": { "prenote": "node hooks/prenote.js", "precommit": "node hooks/precommit.js", "precompile": "python3 extras/popularposts.py > data/popularposts.json", "compile": "hugo --cleanDestinationDir --destination docs", "predeploy": "/usr/local/bin/pagefind --source docs", "deploy": "rsync --archive --delete docs/ /var/www/brainbaking/", "postdeploy": "node hooks/postdeploy.js" }, "repository": { "type": "git", "url": "git+https://github.com/wgroeneveld/brainbaking.git" }, "author": "Wouter Groeneveld", "license": "MIT", "bugs": { "url": "https://github.com/wgroeneveld/brainbaking/issues" }, "homepage": "https://brainbaking.com", "dependencies": { "dayjs": "^1.11.1", "jam-my-stack": "^1.0.28" } }