1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "jetifier",
- "version": "1.6.8",
- "description": "jetifier from Android Studio, in npm package format",
- "main": "index.js",
- "bin": {
- "jetifier-standalone": "./bin/jetifier-standalone",
- "jetify": "./bin/jetify",
- "jetifier": "./bin/jetify"
- },
- "scripts": {
- "dev-sync": "cp -rv bin index.js lib package.json src ../rn-androidx-demo/rnandroidxdemo/node_modules/jetifier",
- "shipit": "np --no-tests",
- "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)",
- "contributors": [
- {
- "name": "Yassine Fathi",
- "email": "yassine@flui.city",
- "url": "https://github.com/m4tt72"
- }
- ],
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/mikehardy/jetifier/issues"
- },
- "homepage": "https://github.com/mikehardy/jetifier#readme",
- "devDependencies": {
- "np": "^6.5.0"
- }
- }
|