{
  "name": "router-vue-native",
  "version": "2.1.0",
  "description": "NativeScript Vue Router Extended for NativeScript Vue hybrid Apps.",
  "main": "./dist/index.js",
  "nativescript": {
    "platforms": {
      "android": "8.3.3",
      "ios": "8.3.3"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ammarahm-ed/nativescript-vue-router-extended.git"
  },
  "keywords": [
    "Vue",
    "Router",
    "NativeScript",
    "Extended",
    "JavaScript",
    "Android",
    "iOS"
  ],
  "author": {
    "name": "Matt Czaplinski",
    "email": "deindesign.pl@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ammarahm-ed/nativescript-vue-router-extended/issues"
  },
  "scripts": {
    "build": "rm -rf dist && yarn tsc"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/ammarahm-ed/nativescript-vue-router-extended",
  "devDependencies": {
    "@nativescript/core": "^8.3.5",
    "@nativescript/types": "^8.3.1",
    "@nativescript/webpack": "^5.0.9",
    "@typescript-eslint/eslint-plugin": "^4.12.0",
    "@typescript-eslint/eslint-plugin-tslint": "^4.12.0",
    "@typescript-eslint/parser": "^4.12.0",
    "eslint": "^7.17.0",
    "prompt": "^1.0.0",
    "rimraf": "^2.6.3",
    "semver": "^5.6.0",
    "ts-patch": "^1.3.1",
    "tslint": "^5.12.1",
    "typescript": "4.8.4"
  },
  "bootstrapper": "nativescript-plugin-seed",
  "dependencies": {
    "vue-router": "^4.1.6",
    "vue": "3.2.41"
  },
  "engines": {
    "node": ">=12"
  }
}
