package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "jetifier",
  3. "version": "1.6.8",
  4. "description": "jetifier from Android Studio, in npm package format",
  5. "main": "index.js",
  6. "bin": {
  7. "jetifier-standalone": "./bin/jetifier-standalone",
  8. "jetify": "./bin/jetify",
  9. "jetifier": "./bin/jetify"
  10. },
  11. "scripts": {
  12. "dev-sync": "cp -rv bin index.js lib package.json src ../rn-androidx-demo/rnandroidxdemo/node_modules/jetifier",
  13. "shipit": "np --no-tests",
  14. "test": ""
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/mikehardy/jetifier.git"
  19. },
  20. "keywords": [
  21. "node",
  22. "react",
  23. "react-native",
  24. "jetifier",
  25. "jetifier-standalone",
  26. "androidx"
  27. ],
  28. "author": "Mike Hardy (github@mikehardy.net)",
  29. "contributors": [
  30. {
  31. "name": "Yassine Fathi",
  32. "email": "yassine@flui.city",
  33. "url": "https://github.com/m4tt72"
  34. }
  35. ],
  36. "license": "MIT",
  37. "bugs": {
  38. "url": "https://github.com/mikehardy/jetifier/issues"
  39. },
  40. "homepage": "https://github.com/mikehardy/jetifier#readme",
  41. "devDependencies": {
  42. "np": "^6.5.0"
  43. }
  44. }