{
  "name": "nativescript-fitness",
  "version": "1.6.0",
  "description": "Google Fit and Apple HealthKit.",
  "main": "fitness",
  "typings": "index.d.ts",
  "nativescript": {
    "platforms": {
      "android": "3.0.0",
      "ios": "3.0.0"
    }
  },
  "scripts": {
    "tsc": "tsc -skipLibCheck",
    "test.android": "npm i && npm run tsc && npm run tslint && cd ../demo-ng && tns build android && tns test android --justlaunch",
    "test.ios": "npm i && npm run tsc && npm run tslint && cd ../demo-ng && tns build ios && tns test ios --justlaunch",
    "tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\" --exclude \"demo-ng/platforms/**\"",
    "plugin.link": "npm link && cd ../demo-ng && npm link nativescript-health-data && cd ../src",
    "plugin.tscwatch": "npm run tsc -- -w",
    "demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios",
    "demo.android": "npm i && npm run tsc && cd ../demo && tns run android",
    "clean": "rm -rf node_modules && cd ../demo && rm -rf hooks node_modules platforms && cd ../src && npm run plugin.link",
    "demo.ng.ios": "npm i && npm run tsc && npm run package && cd ../demo-ng && tns plugin remove nativescript-health-data && tns plugin add ../publish/package/*.tgz && tns run ios",
    "demo.ng.android": "npm i && npm run tsc && npm run package && cd ../demo-ng && tns plugin remove nativescript-health-data && tns plugin add ../publish/package/*.tgz && tns run android",
    "plugin.ng.link": "npm link && cd ../demo-ng && npm link nativescript-health-data && cd ../src",
    "package": "cd ../publish && ./pack.sh",
    "setup": "npm i && npm run tsc && cd ../demo-ng && npm i"
  },
  "keywords": [
    "NativeScript",
    "JavaScript",
    "Android",
    "iOS",
    "Health",
    "HealthKit",
    "Google Fit"
  ],
  "author": {
    "name": "DonsWayo",
    "email": "djwayomix@gmail.com"
  },
  "contributors": [
    {
      "name": "Filipe Mendes",
      "email": "filipemendes1994@gmail.com"
    },
    {
      "name": "Daniel Leal",
      "url": "https://github.com/danielgek"
    },
    {
      "name": "Eddy Verbruggen",
      "email": "eddyverbruggen@gmail.com"
    },
    {
      "name": "Sebastian Lopez",
      "url": "https://github.com/sebalopezz"
    }
  ],
  "bugs": {
    "url": "https://github.com/DonsWayo/nativescript-fitness/issues"
  },
  "license": "MIT",
  "homepage": "https://github.com/DonsWayo/fitness",
  "readmeFilename": "README.md",
  "devDependencies": {
    "rimraf": "^3.0.0",
    "tns-core-modules": "^6.2.1",
    "tns-platform-declarations": "^6.2.1",
    "tslint": "^5.0.0",
    "typescript": "3.4.5"
  },
  "dependencies": {},
  "bootstrapper": "nativescript-plugin-seed"
}
