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.
21 lines
559 B
JSON
21 lines
559 B
JSON
{
|
|
"name": "@babel/code-frame",
|
|
"version": "7.0.0",
|
|
"description": "Generate errors that contain a code frame that point to source locations.",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/highlight": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"chalk": "^2.0.0",
|
|
"strip-ansi": "^4.0.0"
|
|
}
|
|
}
|