kibana/packages/kbn-babel-code-parser/package.json
Aleh Zasypkin f850802c33
Upgrade @babel/* dependencies. (#32136)
Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2019-02-27 23:50:28 +02:00

27 lines
666 B
JSON
Executable file

{
"name": "@kbn/babel-code-parser",
"description": "babel code parser for Kibana",
"private": true,
"version": "1.0.0",
"main": "./target/index.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/elastic/kibana/tree/master/packages/kbn-babel-code-parser"
},
"scripts": {
"build": "babel src --out-dir target",
"kbn:bootstrap": "yarn build --quiet",
"kbn:watch": "yarn build --watch"
},
"devDependencies": {
"babel-cli": "^6.26.0"
},
"dependencies": {
"@kbn/babel-preset": "1.0.0",
"@babel/parser": "^7.3.4",
"@babel/traverse": "^7.3.4",
"lodash": "^4.17.11"
}
}