{
  "name": "vue-native-scripts",
  "version": "0.3.1",
  "description": "Compile Vue Native components to React Native",
  "main": "index.js",
  "scripts": {},
  "bin": {
    "vue-native-scripts": "./bin/vue-native-script.js"
  },
  "author": "Geekyants (https://geekyants.io/)",
  "license": "MIT",
  "dependencies": {
    "babel-core": "^6.25.0",
    "babel-traverse": "^6.26.0",
    "cross-spawn": "^5.1.0",
    "css-parse": "^2.0.0",
    "hash-sum": "^1.0.2",
    "js-beautify": "^1.6.14",
    "line-number": "^0.1.0",
    "parse5": "^5.0.0",
    "path": "^0.12.7",
    "semver": "^6.2.0",
    "source-map": "~0.6.0",
    "vue-native-template-compiler": "^0.3.0"
  },
  "peerDependencies": {
    "react-native": "^0.59.0",
    "metro": "^0.51.0",
    "metro-bundler": "*",
    "metro-react-native-babel-transformer": "^0.51.0"
  },
  "bugs": {
    "url": "https://github.com/GeekyAnts/vue-native-core/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GeekyAnts/vue-native-core/tree/master/packages/vue-native-scripts"
  }
}
