{
  "name": "vuestorefront-odoo-api-docs",
  "version": "1.4.0",
  "description": "This project is a Odoo integration documentation",
  "main": "index.js",
  "authors": {
    "name": "Leonardo",
    "email": "lmuniz@odoogap.com"
  },
  "license": "MIT",
  "repository": "https://github.com/vuestorefront-community/odoo",
  "scripts": {
    "dev": "vuepress dev",
    "build": "vuepress build",
    "api-extract": "yarn api-ref && yarn comp-ref && yarn ref-md",
    "api-ref": "cd ../packages/api-client && npm run build && api-extractor run --local",
    "comp-ref": "cd ../packages/composables && npm run build && api-extractor run --local",
    "ref-md": "api-documenter markdown --i api-reference --o api-reference"
  },
  "devDependencies": {
    "@microsoft/api-documenter": "^7.13.7",
    "@microsoft/api-extractor": "^7.18.3",
    "@kawarimidoll/vuepress-plugin-tailwind": "^2.0.0",
    "@vue-storefront/commercetools-api": "~1.2.0",
    "@vuepress/plugin-active-header-links": "^1.8.2",
    "@vuepress/plugin-back-to-top": "^1.8.2",
    "@vuepress/plugin-medium-zoom": "^1.8.2",
    "@vuepress/plugin-search": "^1.8.2",
    "handlebars": "^4.7.7",
    "typescript": "^3.6.4",
    "vuepress": "^1.2.0"
  },
  "dependencies": {
    "sass-loader": "^8.0.2",
    "vue-multiselect": "^2.1.6"
  }
}
