mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
* [@kbn/test] build with source-maps * [@kbn/test] the jUnit Reporter being used for SIEM Cypress tests sometimes doesn't include testcases in XML Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
35 lines
932 B
JSON
35 lines
932 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 --ignore *.test.js,**/__tests__/** --source-maps=inline",
|
|
"kbn:bootstrap": "yarn build",
|
|
"kbn:watch": "yarn build --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.5.5",
|
|
"@kbn/babel-preset": "1.0.0",
|
|
"@kbn/dev-utils": "1.0.0",
|
|
"@types/parse-link-header": "^1.0.0",
|
|
"@types/strip-ansi": "^5.2.1",
|
|
"@types/xml2js": "^0.4.5",
|
|
"diff": "^4.0.1"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.4.2",
|
|
"dedent": "^0.7.0",
|
|
"del": "^5.1.0",
|
|
"getopts": "^2.2.4",
|
|
"glob": "^7.1.2",
|
|
"parse-link-header": "^1.0.1",
|
|
"strip-ansi": "^5.2.0",
|
|
"rxjs": "^6.5.3",
|
|
"tar-fs": "^1.16.3",
|
|
"tmp": "^0.1.0",
|
|
"xml2js": "^0.4.22",
|
|
"zlib": "^1.0.5"
|
|
}
|
|
}
|