If people copy paste to make an new package they might miss this and we will get a publish error later so figured we should add it to all.
14 lines
402 B
JSON
14 lines
402 B
JSON
{
|
|
"name": "@babel/helper-plugin-utils",
|
|
"version": "7.0.0",
|
|
"description": "General utilities for plugins to use",
|
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-utils",
|
|
"main": "lib/index.js"
|
|
}
|