kibana/packages/kbn-config-schema/package.json

20 lines
410 B
JSON

{
"name": "@kbn/config-schema",
"main": "./target/out/index.js",
"types": "./target/types/index.d.ts",
"version": "1.0.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
"build": "tsc",
"kbn:bootstrap": "yarn build"
},
"devDependencies": {
"typescript": "^3.0.3"
},
"peerDependencies": {
"joi": "10.4.1",
"moment": "^2.20.1",
"type-detect": "^4.0.8"
}
}