forked from mikehardy/jetifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "jetifier",
"version": "2.0.0",
"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 ([email protected])",
"contributors": [
{
"name": "Yassine Fathi",
"email": "[email protected]",
"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"
}
}