{
  "name": "nuxt-font-loader-strategy",
  "version": "1.1.10",
  "description": "Helps to load fonts and activate them by preloading.",
  "keywords": [
    "nuxtjs",
    "font",
    "webfont",
    "preload",
    "prefetch",
    "webworker"
  ],
  "repository": "GrabarzUndPartner/nuxt-font-loader-strategy",
  "license": "MIT",
  "contributors": [
    {
      "name": "Thorn-Welf Walli",
      "email": "thorn.walli@grabarzundpartner.de"
    },
    {
      "name": "Stephan Gerbeth",
      "email": "stephan.gerbeth@grabarzundpartner.de"
    }
  ],
  "files": [
    "lib"
  ],
  "main": "lib/module.js",
  "scripts": {
    "_postinstall": "husky install",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable",
    "dev": "nuxt example",
    "generate": "nuxt generate --config-file example/nuxt.config.js --target static",
    "build": "nuxt build --config-file example/nuxt.config.js",
    "start": "nuxt start --config-file example/nuxt.config.js --target static",
    "lint": "yarn lint:js && yarn lint:css",
    "lint:js": "eslint --ext .js,.vue example lib test",
    "lint:css": "stylelint \"example/**/*.vue\" \"example/**/*.css\", \"lib/**/*.vue\" \"lib/**/*.css\"",
    "release": "yarn test && standard-version && git push --follow-tags && npm publish",
    "test": "yarn lint && jest"
  },
  "dependencies": {
    "change-case": "4.1.2",
    "worker-loader": "3.0.8"
  },
  "devDependencies": {
    "@babel/core": "7.14.3",
    "@babel/preset-env": "7.14.2",
    "@commitlint/cli": "12.1.4",
    "@commitlint/config-conventional": "12.1.4",
    "@nuxtjs/eslint-config": "6.0.0",
    "@nuxtjs/module-test-utils": "1.6.3",
    "babel-eslint": "10.1.0",
    "babel-jest": "27.0.1",
    "codecov": "3.8.2",
    "core-js": "3.13.0",
    "eslint": "7.27.0",
    "eslint-plugin-json": "3.0.0",
    "husky": "6.0.0",
    "jest": "27.0.1",
    "lint-staged": "11.0.0",
    "nuxt-edge": "latest",
    "pinst": "2.1.6",
    "postcss-nesting": "7.0.1",
    "standard-version": "9.3.0",
    "stylelint": "13.13.1",
    "stylelint-config-recess-order": "2.4.0",
    "stylelint-config-standard": "22.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
