{
  "name": "nativescript-nfc-fix-uid",
  "version": "1.0.44",
  "description": "NFC plugin for your NativeScript app",
  "main": "nfc",
  "typings": "index.d.ts",
  "nativescript": {
    "platforms": {
      "android": "5.4.0",
      "ios": "4.0.0"
    }
  },
  "scripts": {
    "build": "npm i && tsc --skipLibCheck",
    "demo.ios": "npm run build && cd ../demo && tns run ios",
    "demo.ios.bundle": "npm run build && cd ../demo && tns run ios --bundle",
    "demo.android": "npm run build && cd ../demo && tns run android",
    "demo.android.bundle": "npm run build && cd ../demo && tns run android --bundle",
    "test": "npm run tslint && npm run tslint.demo && cd ../demo && tns build ios && tns test android",
    "test.ios.device": "cd ../demo && tns platform remove ios && tns test ios",
    "test.android": "cd ../demo && tns platform remove android && tns test android --justlaunch",
    "setup": "npm run build && cd ../demo && npm i",
    "setupandinstall": "npm i && cd ../demo && npm i && cd ../src && npm run build && cd ../demo && tns plugin add ../src && cd ../src",
    "tslint": "tslint --config '../tslint.json' '*.ts' --exclude '**/node_modules/**'",
    "tslint.demo": "tslint --config '../tslint.json' '../demo/app/*.ts' --exclude '**/node_modules/**'",
    "ci.tslint": "npm run tslint && npm run tslint.demo",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/EddyVerbruggen/nativescript-nfc.git"
  },
  "keywords": [
    "ecosystem:NativeScript",
    "NativeScript",
    "Android",
    "iOS",
    "NFC",
    "NDEF"
  ],
  "author": {
    "name": "Robbe Wuyts",
    "email": "robbe.wuyts@thevaluechain.be"
  },
  "bugs": {
    "url": "https://github.com/EddyVerbruggen/nativescript-nfc/issues"
  },
  "license": "MIT",
  "homepage": "https://github.com/EddyVerbruggen/nativescript-nfc",
  "readmeFilename": "README.md",
  "devDependencies": {
    "@nativescript/core": "^8.5.0",
    "@nativescript/types": "~7.0.4",
    "@nativescript/webpack": "~3.0.7",
    "nativescript-dev-typescript": "~0.10.0",
    "rimraf": "^2.5.0",
    "tns-core-modules": "~6.2.0",
    "tns-platform-declarations": "~6.2.0",
    "tslint": "^5.0.0",
    "typescript": "^5.0.2"
  },
  "bootstrapper": "nativescript-plugin-seed"
}
