{
  "name": "@dinamomx/nuxtent",
  "version": "3.2.0",
  "description": "Seamlessly use content files in your Nuxt.js sites.",
  "main": "index.js",
  "module": "index.mjs",
  "contributors": [
    "Joost De Cock (@joostdecock)",
    "Alid Castano (@alidcastano)",
    "César Valadez (@cesasol)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/nuxt-community/nuxtent-module.git"
  },
  "keywords": [
    "Nuxt.js",
    "Vue.js",
    "Content",
    "Blog",
    "Posts",
    "Collections",
    "Navigation",
    "Markdown",
    "Static"
  ],
  "license": "MIT",
  "scripts": {
    "lint": "eslint --fix \"**/*.js\"",
    "pretest": "npm run lint",
    "debug": "cd docs; node --inspect node_modules/.bin/nuxt",
    "e2e": "node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=test jest --runInBand --forceExit",
    "test": "jest",
    "build": "node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=production node_modules/rollup/bin/rollup -c rollup.config.js",
    "watch": "npm run build -- -w",
    "prepare": "npm run build",
    "build:docs": "cd docs && npm i && npm run generate",
    "release": "standard-version && git push --follow-tags && npm publish",
    "semantic-release": "semantic-release",
    "eslint-check": "eslint --print-config . | eslint-config-prettier-check"
  },
  "dependencies": {
    "consola": "2.6.0",
    "date-fns": "1.30.1",
    "diacritics": "1.3.0",
    "gray-matter": "4.0.2",
    "js-yaml": "3.13.1",
    "loader-utils": "1.2.3",
    "lodash": "4.17.11",
    "markdown-it": "8.4.2",
    "markdown-it-anchor": "5.0.2",
    "markdown-it-toc-done-right": "3.0.1",
    "micro": "9.3.3",
    "microrouter": "3.1.3",
    "node-fetch": "2.3.0",
    "path-to-regexp": "3.0.0"
  },
  "devDependencies": {
    "@babel/runtime": "7.4.3",
    "@nuxt/config": "2.6.2",
    "@nuxt/core": "2.6.2",
    "@nuxt/loading-screen": "0.5.0",
    "@nuxt/typescript": "2.6.2",
    "@nuxt/vue-app": "2.6.2",
    "@nuxt/vue-renderer": "2.6.2",
    "@nuxt/webpack": "2.6.2",
    "@types/anymatch": "1.3.1",
    "@types/body-parser": "1.17.0",
    "@types/clean-css": "4.2.1",
    "@types/compression": "0.0.36",
    "@types/connect": "3.4.32",
    "@types/diacritics": "1.3.1",
    "@types/etag": "1.8.0",
    "@types/express": "4.16.1",
    "@types/express-serve-static-core": "4.16.2",
    "@types/html-minifier": "3.5.3",
    "@types/js-yaml": "3.12.1",
    "@types/loader-utils": "^1.1.3",
    "@types/lodash": "4.14.123",
    "@types/loglevel": "1.5.4",
    "@types/markdown-it": "0.0.7",
    "@types/markdown-it-anchor": "4.0.3",
    "@types/memory-fs": "0.3.2",
    "@types/micro": "7.3.3",
    "@types/microrouter": "3.1.0",
    "@types/node": "11.13.7",
    "@types/node-fetch": "^2.3.2",
    "@types/optimize-css-assets-webpack-plugin": "1.3.4",
    "@types/range-parser": "^1.2.3",
    "@types/relateurl": "0.2.28",
    "@types/serve-static": "1.13.2",
    "@types/tapable": "1.0.4",
    "@types/terser-webpack-plugin": "1.2.1",
    "@types/uglify-js": "3.0.4",
    "@types/webpack": "4.4.27",
    "@types/webpack-bundle-analyzer": "2.13.1",
    "@types/webpack-dev-middleware": "2.0.2",
    "@types/webpack-hot-middleware": "2.16.5",
    "chokidar": "2.1.5",
    "core-js": "2",
    "cross-env": "^5.2.0",
    "cssnano": "4.1.10",
    "eslint-config-standard": "^14.1.0",
    "eventsource-polyfill": "0.9.6",
    "nuxt": "2.6.2",
    "postcss-import": "12.0.1",
    "postcss-preset-env": "6.6.0",
    "postcss-url": "8.0.0",
    "prettier": "1.17.0",
    "range-parser": "^1.2.0",
    "regenerator-runtime": "0.13.2",
    "rollup": "1.10.1",
    "rollup-plugin-commonjs": "9.3.4",
    "rollup-plugin-copy": "^1.1.0",
    "rollup-plugin-json": "4.0.0",
    "rollup-plugin-node-resolve": "4.2.3",
    "rollup-plugin-typescript": "1.0.1",
    "source-map": "0.7.3",
    "terser": "3.17.0",
    "tslib": "1.9.3",
    "tslint": "5.16.0",
    "typescript": "3.4.5",
    "url-pattern": "1.0.3",
    "vue": "2.6.10",
    "vue-router": "3.0.6",
    "vue-server-renderer": "2.6.10"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix --",
      "git add"
    ]
  },
  "bugs": {
    "url": "https://github.com/nuxt-community/nuxtent-module/issues"
  },
  "homepage": "https://github.com/nuxt-community/nuxtent-module#readme",
  "directories": {
    "doc": "docs",
    "example": "examples",
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "dist",
    "plugins"
  ],
  "author": "Joost De Cock"
}
