{
  "name": "vue-axios-cors",
  "version": "1.0.1",
  "description": "This is http client vue.js plugin for cross origin access without preflight. It will automatically convert application/json to simple request (application/x-www-form-urlencoded).",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "yarn lint && rm -rf ./dist && tsc",
    "lint": "eslint --fix -c ./.eslintrc.json './**/*.ts'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gyarasu/vue-axios-cors.git"
  },
  "keywords": [
    "vue",
    "axios"
  ],
  "author": "gyarasu <dev.yoshitsugu@gmail.com> (https://github.com/gyarasu)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gyarasu/vue-axios-cors/issues"
  },
  "homepage": "https://github.com/gyarasu/vue-axios-cors#readme",
  "dependencies": {
    "axios": "^0.19.0",
    "qs": "^6.9.1",
    "vue": "^2.6.10"
  },
  "devDependencies": {
    "@types/qs": "^6.9.0",
    "@typescript-eslint/eslint-plugin": "^2.10.0",
    "@typescript-eslint/parser": "^2.10.0",
    "eslint": "^6.7.2",
    "eslint-config-prettier": "^6.7.0",
    "eslint-plugin-prettier": "^3.1.1",
    "prettier": "^1.19.1",
    "typescript": "^3.7.3"
  }
}
