brainbaking/package.json

36 lines
943 B
JSON

{
"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",
"search": "echo 'executing pagefind (locally)...' && /Users/wgroeneveld/.cargo/bin/pagefind --source docs --bundle-dir ../static/_pagefind",
"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"
}
}