This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

45 lines
1.1 KiB
JSON
Raw Normal View History

2021-04-02 02:24:13 +03:00
{
"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"
}
}