{
  "name": "jetifier",
  "version": "1.4.0",
  "description": "jetifier from Android Studio, in npm package format",
  "main": "index.js",
  "bin": {
    "jetifier-standalone": "./bin/jetifier-standalone",
    "jetify": "./bin/jetify"
  },
  "scripts": {
    "dev-sync": "cp -rv bin index.js lib package.json src ../rn-androidx-demo/rnandroidxdemo/node_modules/jetifier",
    "shipit": "np",
    "test": ""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikehardy/jetifier.git"
  },
  "keywords": [
    "node",
    "react",
    "react-native",
    "jetifier",
    "jetifier-standalone",
    "androidx"
  ],
  "author": "Mike Hardy (github@mikehardy.net)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikehardy/jetifier/issues"
  },
  "homepage": "https://github.com/mikehardy/jetifier#readme",
  "devDependencies": {
    "np": "^5.0.3"
  }
}
