package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "@babel/plugin-proposal-class-static-block",
  3. "version": "7.16.5",
  4. "description": "Allow parsing of 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. },
  18. "keywords": [
  19. "babel-plugin"
  20. ],
  21. "dependencies": {
  22. "@babel/helper-create-class-features-plugin": "^7.16.5",
  23. "@babel/helper-plugin-utils": "^7.16.5",
  24. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  25. },
  26. "peerDependencies": {
  27. "@babel/core": "^7.12.0"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "^7.16.5",
  31. "@babel/helper-plugin-test-runner": "^7.16.5",
  32. "@babel/traverse": "^7.16.5",
  33. "@babel/types": "^7.16.0"
  34. },
  35. "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-static-block",
  36. "engines": {
  37. "node": ">=6.9.0"
  38. },
  39. "author": "The Babel Team (https://babel.dev/team)"
  40. }