package.json 617 B

123456789101112131415161718192021
  1. {
  2. "name": "babel-plugin-transform-decorators",
  3. "version": "6.24.1",
  4. "description": "Compile class and object decorators to ES5",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-decorators",
  6. "license": "MIT",
  7. "main": "lib/index.js",
  8. "keywords": [
  9. "babel-plugin"
  10. ],
  11. "dependencies": {
  12. "babel-types": "^6.24.1",
  13. "babel-plugin-syntax-decorators": "^6.13.0",
  14. "babel-helper-explode-class": "^6.24.1",
  15. "babel-template": "^6.24.1",
  16. "babel-runtime": "^6.22.0"
  17. },
  18. "devDependencies": {
  19. "babel-helper-plugin-test-runner": "^6.24.1"
  20. }
  21. }