package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "@babel/plugin-proposal-class-static-block",
  3. "version": "7.18.6",
  4. "description": "Transform class static blocks",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-plugin-proposal-class-static-block"
  9. },
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "main": "./lib/index.js",
  15. "exports": {
  16. ".": "./lib/index.js",
  17. "./package.json": "./package.json"
  18. },
  19. "keywords": [
  20. "babel-plugin"
  21. ],
  22. "dependencies": {
  23. "@babel/helper-create-class-features-plugin": "^7.18.6",
  24. "@babel/helper-plugin-utils": "^7.18.6",
  25. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  26. },
  27. "peerDependencies": {
  28. "@babel/core": "^7.12.0"
  29. },
  30. "devDependencies": {
  31. "@babel/core": "^7.18.6",
  32. "@babel/helper-plugin-test-runner": "^7.18.6",
  33. "@babel/traverse": "^7.18.6",
  34. "@babel/types": "^7.18.6"
  35. },
  36. "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-static-block",
  37. "engines": {
  38. "node": ">=6.9.0"
  39. },
  40. "author": "The Babel Team (https://babel.dev/team)",
  41. "type": "commonjs"
  42. }