{
  "name": "kubric",
  "version": "0.1.0",
  "description": "Android's co-ordinator layout ported to work on react native (iOS and Android)",
  "main": "index.js",
  "scripts": {
    "clean": "rimraf dist",
    "tsc": "sh scripts/build.sh",
    "lint": "eslint lib/ --quiet --fix --ext .tsx,.ts",
    "watch": "npm run clean && npm run tsc",
    "deploy": "sh scripts/deploy.sh",
    "publishRelease": "sh scripts/publishRelease.sh",
    "publishLocal": "sh scripts/publishLocal.sh",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:flipkart-incubator/kubric.git"
  },
  "dependencies": {
    "react": "16.11.0",
    "react-native": "0.62.2"
  },
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@babel/runtime": "^7.9.6",
    "@react-native-community/eslint-config": "^1.1.0",
    "@types/react": "16.9.8",
    "@types/react-native": "0.62.7",
    "@typescript-eslint/eslint-plugin": "^2.32.0",
    "@typescript-eslint/parser": "^2.32.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^26.0.1",
    "copyfiles": "^2.1.0",
    "eslint": "^7.0.0",
    "eslint-config-airbnb": "^18.1.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.19.0",
    "jest": "^26.0.1",
    "metro-react-native-babel-preset": "^0.59.0",
    "react-native-typescript-transformer": "1.2.13",
    "react-test-renderer": "16.11.0",
    "rimraf": "2.6.2",
    "typescript": "^3.8.3"
  },
  "keywords": [
    "ballet",
    "Coordinator",
    "layout",
    "coordinatorlayout",
    "react-native",
    "reactnative",
    "android",
    "ios"
  ],
  "author": "Rajat Gupta",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/flipkart-incubator/kubric/issues"
  },
  "homepage": "https://github.com/flipkart-incubator/kubric#readme"
}
