frontmatter-file-batcher
Version:
Asynchronous bulk edit utility for Front Matter powered Markdown files
52 lines (51 loc) • 1.24 kB
JSON
{
"author": "Antti Hilja",
"description": "Asynchronous bulk edit utility for Front Matter powered Markdown files",
"license": "ISC",
"main": "index.js",
"name": "frontmatter-file-batcher",
"version": "0.0.1-beta.0",
"repository": "https://github.com/hilja/file-batcher",
"homepage": "https://github.com/hilja/file-batcher",
"keywords": [
"markdown",
"front matter",
"bulk",
"read",
"write"
],
"scripts": {
"test": "jest spec.js --config=jest.config.js",
"jest": "jest --config=jest.config.js"
},
"dependencies": {
"delay": "^4.3.0",
"glob": "^7.1.6",
"gray-matter": "^4.0.2",
"immutability-helper": "^3.0.1",
"lodash.get": "^4.4.2",
"p-map": "^3.0.0",
"trash": "^6.1.1"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"babel-jest": "^24.9.0",
"babel-polyfill": "^6.26.0",
"clean-slate-lint": "^1.0.9",
"jest": "^24.9.0",
"jest-plugin-fs": "^2.9.0"
},
"eslintConfig": {
"env": {
"node": true,
"jest": true
}
},
"husky": {
"hooks": {
"pre-commit": "./node_modules/.bin/clean-slate-lint",
"pre-rewrite": "./node_modules/.bin/clean-slate-lint"
}
}
}