45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
![]() |
{
|
||
|
"name": "jetifier",
|
||
|
"version": "1.6.6",
|
||
|
"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.2.4"
|
||
|
}
|
||
|
}
|