{
  "name": "nativescript-numeric-keyboard",
  "version": "5.0.2",
  "description": "Handy and elegant numeric keyboard for iOS NativeScript apps. On Android we fall back to the regular numeric keyboard.",
  "main": "numeric-keyboard",
  "typings": "index.d.ts",
  "nativescript": {
    "platforms": {
      "android": "7.0.0",
      "ios": "7.0.0"
    },
    "plugin": {
      "nan": true,
      "pan": true,
      "core3": "true",
      "category": "Interface"
    }
  },
  "scripts": {
    "tsc": "tsc -skipLibCheck",
    "build": "npm i && ts-patch install && npm run tsc",
    "demo.ios": "npm run build && cd ../demo && tns run ios --emulator",
    "demo.android": "npm run build && cd ../demo && tns run android",
    "preparedemo": "npm run build && cd ../demo && tns plugin remove nativescript-numeric-keyboard && tns plugin add ../src && tns install",
    "setup": "npm run build && cd ../demo && npm i",
    "tslint": "tslint *.ts",
    "tslint.demo": "tslint ../demo/app/*.ts",
    "ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/typings/**'",
    "test": "npm run build && npm run tslint && npm run tslint.demo && tns build ios",
    "development.setup": "npm run setup && npm link && cd ../demo && npm link nativescript-numeric-keyboard && cd ../src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/EddyVerbruggen/nativescript-numeric-keyboard.git"
  },
  "keywords": [
    "ecosystem:NativeScript",
    "NativeScript",
    "iOS",
    "Keyboard",
    "Numeric",
    "Numeric keyboard"
  ],
  "author": {
    "name": "Eddy Verbruggen",
    "email": "eddyverbruggen@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/EddyVerbruggen/nativescript-numeric-keyboard/issues"
  },
  "license": "MIT",
  "homepage": "https://github.com/EddyVerbruggen/nativescript-numeric-keyboard",
  "readmeFilename": "README.md",
  "devDependencies": {
    "@nativescript/core": "^8.0.0",
    "@nativescript/types": "^8.0.0",
    "@nativescript/webpack": "^3.0.0",
    "typescript": "~4.0.7",
    "ts-node": "^9.0.0",
    "ts-patch": "^1.3.0",
    "tslint": "~6.1.3"
  }
}
