{
  "name": "@handsontable/vue3",
  "version": "17.0.1",
  "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.mjs",
  "jsdelivr": "./dist/vue-handsontable.min.js",
  "unpkg": "./dist/vue-handsontable.min.js",
  "types": "./index.d.ts",
  "exports": {
    "./dist/vue-handsontable.js": "./dist/vue-handsontable.js",
    "./dist/vue-handsontable.min.js": "./dist/vue-handsontable.min.js",
    ".": {
      "types": "./index.d.ts",
      "import": "./es/vue-handsontable.mjs",
      "require": "./commonjs/vue-handsontable.js"
    }
  },
  "keywords": [
    "handsontable",
    "component",
    "data",
    "table",
    "grid",
    "data table",
    "data grid",
    "spreadsheet",
    "sheet",
    "excel",
    "vue",
    "vue.js",
    "vuejs",
    "vue 3",
    "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": "^17.0.0",
    "vue": "^3.2.22"
  },
  "devDependencies": {
    "@babel/cli": "^7.11.0",
    "@babel/core": "^7.11.0",
    "@babel/plugin-transform-runtime": "^7.11.0",
    "@babel/polyfill": "^7.8.3",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-typescript": "^7.11.0",
    "@babel/runtime": "^7.11.0",
    "babel-jest": "^27.5.1",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-replace": "^5.0.5",
    "@rollup/plugin-babel": "^6.0.4",
    "@types/jest": "^27.5.2",
    "@typescript-eslint/eslint-plugin": "^5.4.0",
    "@typescript-eslint/parser": "^5.4.0",
    "@vue/compiler-sfc": "^3.2.12",
    "@vue/eslint-config-typescript": "^9.0.1",
    "@vue/test-utils": "2.0.0-rc.16",
    "@vue/vue3-jest": "27.0.0-alpha.4",
    "cross-env": "^7.0.3",
    "eslint": "^8.57.1",
    "eslint-plugin-vue": "^8.0.3",
    "handsontable": "^17.0.0",
    "jest": "^27.5.1",
    "jest-environment-jsdom": "^27.5.1",
    "rimraf": "^3.0.2",
    "rollup": "^4.52.5",
    "rollup-plugin-typescript2": "^0.36.0",
    "rollup-plugin-vue": "^6.0.0",
    "ts-jest": "^27.1.5",
    "tslib": "^2.3.0",
    "typescript": "^4.0.0",
    "vue": "^3.2.22",
    "vue-eslint-parser": "^8.0.1"
  },
  "scripts": {
    "lint": "eslint --ext .js,.ts,.vue src test",
    "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 --bundleConfigAsCjs",
    "build:umd": "cross-env NODE_ENV=umd rollup -c --bundleConfigAsCjs",
    "build:es": "cross-env NODE_ENV=es rollup -c --bundleConfigAsCjs",
    "build:min": "cross-env NODE_ENV=min rollup -c --bundleConfigAsCjs",
    "build:esDts": "cross-env NODE_ENV=esDts rollup -c && rimraf ./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": "rimraf ./es/ && rimraf ./commonjs/ && rimraf ./dist/ && rimraf ./*.d.ts",
    "publish-package": "npm publish",
    "create-package": "npm pack",
    "test": "jest"
  }
}
