package.json 387 B

12345678910111213
  1. {
  2. "name": "@babel/helper-bindify-decorators",
  3. "version": "7.0.0-beta.49",
  4. "description": "Helper function to bindify decorators",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
  6. "license": "MIT",
  7. "main": "lib/index.js",
  8. "dependencies": {
  9. "@babel/traverse": "7.0.0-beta.49",
  10. "@babel/types": "7.0.0-beta.49"
  11. }
  12. }