* fix incorrect lerna bootstrap options * chore: bump @babel/types dependencies to v7.6.3 * chore: remove ignore-engines on lerna bootstrap
15 lines
406 B
JSON
15 lines
406 B
JSON
{
|
|
"name": "@babel/helper-annotate-as-pure",
|
|
"version": "7.0.0",
|
|
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-annotate-as-pure",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/types": "^7.6.3"
|
|
}
|
|
}
|