package.json 547 B

12345678910111213141516171819202122
  1. {
  2. "name": "goober.macro",
  3. "version": "1.0.0",
  4. "description": "A babel macro for goober, rewriting styled.div to styled('div') calls",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/cristianbote/goober.git",
  9. "directory": "macro"
  10. },
  11. "author": "Hadeeb Farhan <hadeebfarhan1@gmail.com>",
  12. "keywords": [
  13. "babel-plugin-macros",
  14. "goober",
  15. "styled"
  16. ],
  17. "license": "ISC",
  18. "peerDependencies": {
  19. "@babel/helper-module-imports": "^7.8.3",
  20. "babel-plugin-macros": "^2.8.0"
  21. }
  22. }