{
  "name": "@ohlabs/configuration",
  "version": "1.5.0",
  "description": "Configuration data",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Gargyle",
  "license": "MIT",
  "type":"commonjs",
  "exports": {
    "./*": "./*.js",
    "./*.js": "./*.js"
  }
}