{
  "name": "react-native-scalable-analog-clock",
  "version": "0.1.2",
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint ."
  },
  "dependencies": {
    "react": "16.11.0",
    "react-native-svg": "^12.1.0",
    "styled-components": "^5.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.11.4",
    "@babel/runtime": "^7.11.2",
    "@react-native-community/eslint-config": "^2.0.0",
    "@types/react": "^16.11.0",
    "babel-jest": "^26.3.0",
    "eslint": "^7.7.0",
    "jest": "^26.4.2",
    "metro-react-native-babel-preset": "^0.63.0",
    "react-test-renderer": "16.13.1"
  },
  "jest": {
    "preset": "react-native"
  },
  "description": "Scalable analog clock face.",
  "main": "index.tsx",
  "repository": {
    "type": "git",
    "url": "react-native-scalable-analog-clock"
  },
  "keywords": [
    "Clock",
    "Analog",
    "Scalable"
  ],
  "author": "Dan-Mihai CUC",
  "license": "MIT",
  "homepage": "https://github.com/danchily2/react-native-scalable-analog-clock#readme"
}