{
  "name": "xxx-react-native-radial-action-menu",
  "version": "0.0.2",
  "description": "A react-native implementation of a radial action menu",
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf ./build",
    "format": "prettier --trailing-comma es5 --write \"./src/**/*.ts?(x)\"",
    "lint": "tslint -c tslint.json \"./src/**/*.ts?(x)\"",
    "prepare": "npm run clean && npm run build",
    "start": "node ./node_modules/react-native/local-cli/cli.js start"
  },
  "main": "build/index.js",
  "typings": "index.d.ts",
  "keywords": [
    "radial",
    "action",
    "menu",
    "radial",
    "menu"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/thegreatercurve/react-native-radial-menu.git"
  },
  "author": "John Flockton",
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^16.4.18",
    "@types/react-native": "^0.57.7",
    "prettier": "^1.14.3",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.15.0",
    "typescript": "^3.1.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  }
}