{ "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": { "jamstack": "node jamstack-init.js", "gemini": "agate --content docs/gemini --addr 0.0.0.0:1965 --hostname localhost --lang en-US" }, "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": { "jam-my-stack": "^1.0.19" } }