{
    "name": "metalsmith-plugin-kit",
    "version": "1.8.0",
    "description": "Simplify the repetitive portions of writing Metalsmith plugins.",
    "main": "lib/index.js",
    "scripts": {
        "clean": "rm -rf coverage node_modules/ package-lock.json",
        "readme": "jsdoc2md --template README.hbt --no-cache -f 'lib/**/*' --global-index-format grouped --property-list-format list --param-list-format list > README.md",
        "reinstall": "npm run clean && npm install",
        "test": "script/test",
        "watch": "nodemon --exec jasmine"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/fidian/metalsmith-plugin-kit.git"
    },
    "keywords": [],
    "author": "",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/fidian/metalsmith-plugin-kit/issues"
    },
    "homepage": "https://github.com/fidian/metalsmith-plugin-kit#readme",
    "devDependencies": {
        "codecov": "^3.8.3",
        "istanbul": "^0.4.5",
        "jasmine": "^6.1.0",
        "jsdoc-to-markdown": "^9.1.3",
        "nodemon": "^3.1.14"
    },
    "dependencies": {
        "micromatch": "^4.0.8"
    },
    "engines": {
        "node": ">= 10.0.0"
    }
}
