mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
Backports the following commits to 6.7: - [kbn-test] upgrade to babel7, add ts support (#32168)
28 lines
659 B
JSON
28 lines
659 B
JSON
{
|
|
"name": "@kbn/test",
|
|
"main": "./target/index.js",
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "babel src --out-dir target --delete-dir-on-start --extensions .ts,.js,.tsx",
|
|
"kbn:bootstrap": "yarn build",
|
|
"kbn:watch": "yarn build --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@kbn/babel-preset": "1.0.0",
|
|
"@kbn/dev-utils": "1.0.0",
|
|
"@babel/cli": "^7.2.3"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.4.1",
|
|
"dedent": "^0.7.0",
|
|
"del": "^3.0.0",
|
|
"getopts": "^2.0.6",
|
|
"glob": "^7.1.2",
|
|
"rxjs": "^6.2.1",
|
|
"tar-fs": "^1.16.2",
|
|
"tmp": "^0.0.33",
|
|
"zlib": "^1.0.5"
|
|
}
|
|
}
|