{
  "name": "@stun3r/nuxt-strapi-sdk",
  "version": "0.3.4",
  "description": "Easy integration Strapi with Nuxt.js",
  "license": "MIT",
  "main": "lib/module/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Stun3R/nuxt-strapi-sdk.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "nuxt start examples/client",
    "dev": "nuxt examples/client",
    "lint": "eslint lib test",
    "lint-fix": "eslint --fix lib test",
    "test": "rm -rf examples/api/.cache && npm run lint && jest",
    "commit": "git-cz",
    "release": "standard-version && git push --follow-tags origin master",
    "release:major": "standard-version -- --release-as major && git push --follow-tags origin master",
    "release:minor": "standard-version -- --release-as minor && git push --follow-tags origin master"
  },
  "keywords": [
    "strapi",
    "strapi-sdk",
    "nuxtjs"
  ],
  "author": "Thibaut DAVID (Stun3R)",
  "bugs": {
    "url": "https://github.com/Stun3R/nuxt-strapi-sdk/issues"
  },
  "homepage": "https://strapi-sdk-nuxtjs.netlify.com/",
  "eslintIgnore": [
    "lib/module/plugin.js",
    "examples"
  ],
  "files": [
    "/lib"
  ],
  "jest": {
    "testEnvironment": "node",
    "collectCoverage": true
  },
  "lint-staged": {
    "**/*.js": [
      "eslint --quiet"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn test && lint-staged"
    }
  },
  "devDependencies": {
    "@nuxtjs/markdownit": "^1.2.7",
    "@nuxtjs/module-test-utils": "^1.5.0",
    "ant-design-vue": "^1.4.8",
    "babel-eslint": "^10.0.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.5",
    "codecov": "^3.6.1",
    "commitizen": "^4.0.3",
    "cz-conventional-changelog": "^3.0.2",
    "eslint": "^6.4.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^22.17.0",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-plugin-vue": "^5.2.3",
    "form-data": "^3.0.0",
    "husky": "^3.1.0",
    "jest": "^24.9.0",
    "jsdom": "^15.2.1",
    "less": "^3.10.3",
    "less-loader": "^5.0.0",
    "lint-staged": "^9.5.0",
    "node-sass": "^4.13.0",
    "nuxt-edge": "^2.11.0-26259849.53141cc6",
    "prettier": "^1.16.4",
    "sass-loader": "^8.0.0",
    "sinon": "^7.5.0",
    "standard-version": "^8.0.1"
  },
  "dependencies": {
    "@nuxtjs/auth": "^4.8.4",
    "@nuxtjs/axios": "^5.8.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
