{
  "name": "input-core",
  "version": "2.1.0",
  "description": "Core abilities of masked-input. Usefull to create custom input processors",
  "main": "./lib",
  "scripts": {
    "test": "jest",
    "build": "yarn jest && tsc -p ./",
    "start": "npm run build -- -w",
    "size": "yarn build && size-limit"
  },
  "size-limit": [
    {
      "limit": "2Kb",
      "path": "./lib/index.js"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xnimorz/masked-input.git"
  },
  "keywords": [
    "masked-input",
    "core-input",
    "input",
    "number-input",
    "react-masked-input",
    "svelte-mask-input",
    "input-mask",
    "credit-card",
    "phone",
    "phone-input"
  ],
  "author": "Nik Mostovoy <nik.mostovoy@gmail.com> (http://xnim.ru)",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^24.0.18",
    "jest": "^24.8.0",
    "size-limit": "^1.3.1",
    "ts-jest": "^24.0.2",
    "typescript": "^3.4.5"
  }
}
