kibana/packages/kbn-plugin-helpers/package.json
Tiago Costa f690c60517
chore(NA): moving @kbn/dev-utils into bazel (#98496)
* chore(NA): moving @kbn/dev-utils into bazel

* docs(NA): updated generated plugin list
2021-04-28 23:46:33 +01:00

22 lines
No EOL
563 B
JSON

{
"name": "@kbn/plugin-helpers",
"version": "1.0.0",
"private": true,
"description": "Just some helpers for kibana plugin devs.",
"license": "SSPL-1.0 OR Elastic License 2.0",
"kibana": {
"devOnly": true
},
"main": "target/index.js",
"types": "target/index.d.ts",
"bin": {
"plugin-helpers": "bin/plugin-helpers.js"
},
"scripts": {
"kbn:bootstrap": "rm -rf target && ../../node_modules/.bin/tsc",
"kbn:watch": "../../node_modules/.bin/tsc --watch"
},
"dependencies": {
"@kbn/optimizer": "link:../kbn-optimizer"
}
}