kibana/packages/kbn-es/package.json
Brandon Kobel 57af8462e4
[7.x] Elastic License 2.0 (#90192)
* Updating everything except the license headers themselves

* Applying ESLint rules

* Manually replacing the stragglers
2021-02-03 18:39:13 -08:00

21 lines
No EOL
477 B
JSON

{
"name": "@kbn/es",
"main": "./target/index.js",
"version": "1.0.0",
"license": "SSPL-1.0 OR Elastic License 2.0",
"private": true,
"kibana": {
"devOnly": true
},
"scripts": {
"build": "node scripts/build",
"kbn:bootstrap": "node scripts/build",
"kbn:watch": "node scripts/build --watch"
},
"dependencies": {
"@kbn/dev-utils": "link:../kbn-dev-utils"
},
"devDependencies": {
"@kbn/babel-preset": "link:../kbn-babel-preset"
}
}