kibana/packages/kbn-utility-types/package.json
2020-09-14 10:49:15 +02:00

23 lines
430 B
JSON

{
"name": "@kbn/utility-types",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"main": "target",
"types": "target/index.d.ts",
"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"
}
}