{
  "name": "metalsmith-taxonomy",
  "version": "0.6.0",
  "description": "Metalsmith plugin that organizes files into taxonomy trees in global metadata and auto-generates taxonomy page objects",
  "homepage": "https://github.com/webketje/metalsmith-taxonomy#readme",
  "bugs": "https://github.com/webketje/metalsmith-taxonomy/issues",
  "license": "LGPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://github.com/webketje/metalsmith-taxonomy.git"
  },
  "keywords": [
    "metalsmith",
    "metalsmith-plugin",
    "taxonomy",
    "taxonomies",
    "categories",
    "tags"
  ],
  "author": "Kevin Van Lierde (https://webketje.com)",
  "engines": {
    "node": ">=12.0.0"
  },
  "main": "lib/index.js",
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov > ./coverage.info",
    "changelog": "auto-changelog -l false -u --ignore-commit-pattern '^((dev|chore|ci):|Release)'",
    "test": "nyc mocha tests",
    "format": "prettier --write .",
    "format:check": "prettier --list-different .",
    "lint": "eslint .",
    "lint:check": "eslint --cache --fix-dry-run .",
    "release": "release-it"
  },
  "directories": {
    "test": "./tests",
    "lib": "./lib",
    "example": "./example"
  },
  "files": [
    "lib/index.js",
    "lib/taxonomy-set.js"
  ],
  "devDependencies": {
    "auto-changelog": "^2.4.0",
    "eslint": "^8.23.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.0",
    "metalsmith": "^2.5.0",
    "mocha": "^9.2.2",
    "nyc": "^15.1.0",
    "prettier": "^2.7.1",
    "release-it": "^15.4.1"
  },
  "peerDependencies": {
    "metalsmith": "^2.5.0"
  }
}
