kibana/packages/kbn-utility-types/package.json
Spencer 07c1284e9d
[kbn/bootstrap] validate that certain deps don't ship in production (#80549)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2020-10-15 09:56:10 -07:00

26 lines
469 B
JSON

{
"name": "@kbn/utility-types",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"main": "target",
"types": "target/index.d.ts",
"kibana": {
"devOnly": true
},
"scripts": {
"build": "tsc",
"kbn:bootstrap": "tsc",
"kbn:watch": "tsc --watch",
"test": "tsd",
"clean": "del target"
},
"dependencies": {
"utility-types": "^3.10.0"
},
"devDependencies": {
"del-cli": "^3.0.1",
"tsd": "^0.13.1"
}
}