mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
* Updating everything except the license headers themselves * Applying ESLint rules * Manually replacing the stragglers
21 lines
No EOL
477 B
JSON
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"
|
|
}
|
|
} |