mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
15 lines
No EOL
383 B
JSON
15 lines
No EOL
383 B
JSON
{
|
|
"name": "@kbn/pm",
|
|
"main": "./dist/index.js",
|
|
"version": "1.0.0",
|
|
"license": "SSPL-1.0 OR Elastic License 2.0",
|
|
"private": true,
|
|
"kibana": {
|
|
"devOnly": true
|
|
},
|
|
"scripts": {
|
|
"build": "../../node_modules/.bin/webpack",
|
|
"kbn:watch": "../../node_modules/.bin/webpack --watch",
|
|
"prettier": "../../node_modules/.bin/prettier --write './src/**/*.ts'"
|
|
}
|
|
} |