{
  "name": "vue-cli-plugin-sitemap-bk",
  "description": "A Vue CLI plugin to generate simple or complex sitemaps effortlessly.",
  "version": "2.3.1",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wantutopia/vue-cli-plugin-sitemap.git"
  },
  "bugs": {
    "url": "https://github.com/cheap-glitch/vue-cli-plugin-sitemap/issues"
  },
  "author": "cheap glitch <cheap.glitch@gmail.com> (https://github.com/cheap-glitch)",
  "homepage": "https://github.com/cheap-glitch/vue-cli-plugin-sitemap#readme",
  "keywords": [
    "vue",
    "vue-cli",
    "vue-cli-3",
    "vue-cli-plugin",
    "sitemap",
    "sitemap-xml",
    "sitemap-generator"
  ],
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "coverage": "nyc npm test",
    "coverage:report": "npm run coverage && nyc report --reporter=text-lcov | codecov --pipe --disable=gcov",
    "lint": "eslint '**/*.js'",
    "test": "mocha"
  },
  "dependencies": {
    "ajv": "^6.12.6",
    "ajv-keywords": "^3.5.2",
    "better-ajv-errors": "^0.6.7",
    "chalk": "^4.1.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "eslint": "^7.14.0",
    "eslint-plugin-smarter-tabs": "^1.1.2",
    "mocha": "^8.2.1",
    "nyc": "^15.1.0"
  },
  "peerDependencies": {
    "esm": "^3.2.25"
  }
}
