kibana/packages/kbn-std/package.json

21 lines
393 B
JSON
Raw Normal View History

{
"name": "@kbn/std",
"main": "./target/index.js",
"types": "./target/index.d.ts",
"version": "1.0.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
"build": "tsc",
"kbn:bootstrap": "yarn build"
},
"dependencies": {
"lodash": "^4.17.20"
},
"devDependencies": {
"@kbn/utility-types": "1.0.0",
"typescript": "4.0.2",
"tsd": "^0.13.1"
}
}