{ "name": "@kbn/std", "main": "./target/index.js", "types": "./target/index.d.ts", "version": "1.0.0", "license": "SSPL-1.0 OR Elastic License 2.0", "private": true, "scripts": { "build": "../../node_modules/.bin/tsc", "kbn:bootstrap": "yarn build" }, "devDependencies": { "@kbn/utility-types": "link:../kbn-utility-types" } }