{
  "name": "nativescript-zendesk-sdk",
  "version": "0.2.0",
  "description": "Zendesk SDK for NativeScript",
  "main": "zendesk-sdk",
  "typings": "zendesk-sdk.d.ts",
  "nativescript": {
    "platforms": {
      "android": "3.2.0",
      "ios": "3.2.0"
    }
  },
  "plugin": {
    "nan": "true",
    "pan": "true",
    "core3": "true",
    "vue": "true",
    "webpack": "true",
    "category": "Interface",
    "wrapper": ""
  },
  "scripts": {
    "tsc": "tsc -skipLibCheck",
    "postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link",
    "test.android": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",
    "test.ios": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch",
    "tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
    "plugin.link": "npm link && cd ../demo && npm link nativescript-zendesk-sdk && cd ../src",
    "plugin.tscwatch": "npm run tsc -- -w",
    "demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles",
    "demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles",
    "clean": "rm -rf node_modules && cd ../demo && rm -rf hooks node_modules platforms && cd ../src && npm run plugin.link",
    "tns": "tns",
    "lint": "tslint --type-check --force --fix --project tsconfig.json",
    "nuke": "rm -rf node_modules/ package-lock.json ../demo/hooks ../demo/node_modules ../demo/platforms ../demo/package-lock.json",
    "nuki": "npm run nuke && npm i",
    "build": "npm run lint && tsc",
    "prepack": "npm run build && cp README.md .. && cp CHANGELOG.md .. && CP LICENSE ..",
    "demo.buildonly.ios": "npm i && npm run tsc && cd ../demo && tns build ios --syncAllFiles",
    "typings.ios": "npm run nuki && pod repo update && TNS_TYPESCRIPT_DECLARATIONS_PATH=\"$(pwd)/typings\" npm run demo.buildonly.ios"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DickSmith/nativescript-zendesk-sdk.git"
  },
  "keywords": [
    "NativeScript",
    "JavaScript",
    "Android",
    "iOS",
    "Zendesk"
  ],
  "author": {
    "name": "Dick Smith",
    "email": "richard.smith@ugroupmedia.com"
  },
  "bugs": {
    "url": "https://github.com/DickSmith/nativescript-zendesk-sdk/issues"
  },
  "license": "MIT",
  "homepage": "https://github.com/DickSmith/nativescript-zendesk-sdk",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "tns-core-modules": ">=3.1.0",
    "typescript": ">=2.4.0"
  },
  "devDependencies": {
    "prompt": "^1.0.0",
    "rimraf": "^2.5.0",
    "tns-core-modules": "~3.2.0",
    "tns-platform-declarations": "~3.2.0",
    "tslint": "~5.7.0",
    "typescript": "2.5.2"
  },
  "dependencies": {},
  "bootstrapper": "nativescript-plugin-seed"
}
