brainwave
Version:
Programmatically update frontmatter without leaving JS
51 lines (50 loc) • 1.16 kB
JSON
{
"name": "brainwave",
"version": "0.0.6",
"description": "Programmatically update frontmatter without leaving JS",
"homepage": "https://open.sorcerers.dev",
"main": "brainwave.js",
"module": "brainwave.mjs",
"bin": {
"brainwave": "brainwave-cli.js"
},
"reveal": true,
"keywords": [
"mdx",
"frontmatter",
"cli",
"file walker",
"graymatter",
"md",
"markdown",
"gray-matter"
],
"files": [
"brainwave.js",
"brainwave.mjs",
"brainwave-cli.js"
],
"repository": "https://github.com/open-sorcerers/open-sorcerers/tree/master/projects/brainwave",
"author": "brekk",
"license": "MIT",
"private": false,
"dependencies": {
"cosmiconfig": "^6.0.0",
"date-fns": "^2.9.0",
"ensorcel": "^0.0.2",
"eslint-config-sorcerers": "^0.0.2",
"fluture": "^12.1.1",
"globby": "^11.0.0",
"gray-matter": "^4.0.2",
"js-yaml": "^3.13.1",
"ramda": "^0.26.1",
"torpor": "^0.0.3",
"yargs-parser": "^16.1.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1",
"prettier-eslint": "^9.0.1"
}
}