{
  "name": "@osd/config",
  "main": "./target/index.js",
  "types": "./target/index.d.ts",
  "version": "1.0.0",
  "license": "Apache-2.0",
  "private": true,
  "scripts": {
    "build": "tsc",
    "osd:bootstrap": "yarn build"
  },
  "dependencies": {
    "@elastic/safer-lodash-set": "0.0.0",
    "@osd/config-schema": "1.0.0",
    "@osd/logging": "1.0.0",
    "@osd/std": "1.0.0",
    "js-yaml": "^3.14.0",
    "load-json-file": "^6.2.0",
    "lodash": "^4.17.21",
    "moment": "^2.24.0",
    "rxjs": "^6.5.5",
    "type-detect": "^4.0.8"
  },
  "devDependencies": {
    "@osd/dev-utils": "1.0.0",
    "@osd/utility-types": "1.0.0",
    "tsd": "^0.21.0",
    "typescript": "4.0.2"
  }
}
