package.json 855 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@babel/plugin-proposal-decorators",
  3. "version": "7.4.4",
  4. "author": "Logan Smyth <loganfsmyth@gmail.com>",
  5. "license": "MIT",
  6. "publishConfig": {
  7. "access": "public"
  8. },
  9. "description": "Compile class and object decorators to ES5",
  10. "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-decorators",
  11. "main": "lib/index.js",
  12. "keywords": [
  13. "babel",
  14. "babel-plugin",
  15. "decorators"
  16. ],
  17. "dependencies": {
  18. "@babel/helper-create-class-features-plugin": "^7.4.4",
  19. "@babel/helper-plugin-utils": "^7.0.0",
  20. "@babel/plugin-syntax-decorators": "^7.2.0"
  21. },
  22. "peerDependencies": {
  23. "@babel/core": "^7.0.0-0"
  24. },
  25. "devDependencies": {
  26. "@babel/core": "^7.4.4",
  27. "@babel/helper-plugin-test-runner": "^7.0.0"
  28. },
  29. "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
  30. }