packages/babel-helper-get-function-arity/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@babel/helper-get-function-arity",
  "version": "7.10.1",
  "description": "Helper function to get function arity",
  "repository": {
    "type": "git",
    "url": "https://github.com/babel/babel.git",
    "directory": "packages/babel-helper-get-function-arity"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index.js",
  "dependencies": {
    "@babel/types": "^7.10.1"
  }
}