{
  "name": "@datarose/maska",
  "version": "1.5.2",
  "author": "Rózsa Zoltán",
  "files": [
    "dist/"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "private": false,
  "license": "GPL-3.0-only",
  "typesVersions": {
    "*": {
      "vue": [
        "./dist/vue.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./vue": {
      "types": "./dist/vue.d.ts",
      "import": "./dist/vue.js"
    },
    "./package.json": "./package.json"
  },
  "description": "Simple input mask for Vue.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/datarose-net/maska.git"
  },
  "bugs": {
    "url": "https://github.com/datarose-net/maska/issues"
  },
  "homepage": "https://github.com/datarose-net/maska",
  "keywords": [
    "mask",
    "input",
    "vue"
  ]
}