{
  "name": "@handsontable/vue",
  "version": "9.0.2",
  "description": "Best Data Grid for Vue with Spreadsheet Look and Feel.",
  "author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
  "homepage": "https://handsontable.com",
  "license": "SEE LICENSE IN LICENSE.txt",
  "main": "./commonjs/vue-handsontable.js",
  "module": "./es/vue-handsontable.js",
  "jsdelivr": "./dist/vue-handsontable.min.js",
  "unpkg": "./dist/vue-handsontable.min.js",
  "types": "./index.d.ts",
  "keywords": [
    "handsontable",
    "component",
    "data",
    "table",
    "grid",
    "data table",
    "data grid",
    "spreadsheet",
    "sheet",
    "excel",
    "vue",
    "vue.js",
    "vuejs",
    "vue2",
    "vue component",
    "vue grid",
    "wrapper",
    "enterprise",
    "sort",
    "formulas",
    "filter",
    "search",
    "conditional formatting",
    "csv"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/handsontable/handsontable.git"
  },
  "bugs": {
    "url": "https://github.com/handsontable/handsontable/issues"
  },
  "peerDependencies": {
    "handsontable": ">=9.0.0",
    "vue": "^2.5.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/polyfill": "^7.4.4",
    "@babel/preset-env": "^7.4.5",
    "@babel/preset-typescript": "^7.3.3",
    "@babel/runtime": "^7.4.5",
    "@vue/test-utils": "^1.0.3",
    "babel-core": "^7.0.0-bridge.0",
    "cpy-cli": "^3.1.1",
    "cross-env": "^5.2.0",
    "css-loader": "^3.0.0",
    "del-cli": "^3.0.1",
    "handsontable": "^9.0.0",
    "jest": "^26.6.3",
    "rollup": "^2.0.0",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-cleanup": "^3.1.1",
    "rollup-plugin-commonjs": "^10.0.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.0.2",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript": "^1.0.1",
    "rollup-plugin-typescript2": "^0.21.1",
    "rollup-plugin-vue": "^5.0.0",
    "typescript": "3.8.2",
    "vue": "^2.6.10",
    "vue-class-component": "^7.1.0",
    "vue-jest": "^3.0.4",
    "vue-router": "^3.0.6",
    "vue-template-compiler": "^2.6.10",
    "vuex": "^3.1.1"
  },
  "scripts": {
    "build": "npm run clean && npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:min",
    "build:commonjs": "cross-env NODE_ENV=cjs rollup -c",
    "build:umd": "cross-env NODE_ENV=umd rollup -c",
    "build:es": "cross-env NODE_ENV=es rollup -c",
    "build:min": "cross-env NODE_ENV=min rollup -c",
    "build:esDts": "cross-env NODE_ENV=esDts rollup -c && del-cli ./buildTemp/",
    "watch:commonjs": "cross-env NODE_ENV=cjs rollup -c --watch",
    "watch:es": "cross-env NODE_ENV=es rollup -c --watch",
    "watch:umd": "cross-env NODE_ENV=umd rollup -c --watch",
    "clean": "del-cli ./es/ && del-cli ./commonjs/ && del-cli ./dist/ && del-cli ./*.d.ts",
    "publish-package": "npm publish",
    "test": "jest"
  },
  "jest": {
    "testURL": "http://localhost/",
    "transform": {
      "^.+\\.ts?$": "babel-jest",
      "^.+\\.js$": "babel-jest",
      ".*\\.vue$": "vue-jest"
    },
    "testRegex": "(/test/(.*).(test|spec)).(js?|ts?)$",
    "moduleFileExtensions": [
      "ts",
      "js",
      "json",
      "vue",
      "node"
    ],
    "globals": {
      "ts-jest": {
        "tsConfig": "test-tsconfig.json",
        "babelConfig": true
      }
    }
  }
}
