web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
826 B

  1. {
  2. "name": "@svgr/babel-plugin-remove-jsx-attribute",
  3. "description": "Remove JSX attribute",
  4. "version": "5.4.0",
  5. "main": "lib/index.js",
  6. "repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-remove-jsx-attribute",
  7. "author": "Greg Bergé <berge.greg@gmail.com>",
  8. "publishConfig": {
  9. "access": "public"
  10. },
  11. "keywords": [
  12. "babel-plugin"
  13. ],
  14. "engines": {
  15. "node": ">=10"
  16. },
  17. "homepage": "https://react-svgr.com",
  18. "funding": {
  19. "type": "github",
  20. "url": "https://github.com/sponsors/gregberge"
  21. },
  22. "license": "MIT",
  23. "scripts": {
  24. "prebuild": "rm -rf lib/",
  25. "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
  26. "prepublishOnly": "yarn run build"
  27. },
  28. "gitHead": "e9c9d2fbfbce7a6879c90cd8522101caf2406d42"
  29. }