{
  "name": "bedrock",
  "version": "4.5.1",
  "description": "A core foundation for rich Web applications.",
  "license": "SEE LICENSE IN LICENSE.md",
  "author": {
    "name": "Digital Bazaar, Inc.",
    "email": "support@digitalbazaar.com",
    "url": "https://digitalbazaar.com/"
  },
  "keywords": [
    "bedrock"
  ],
  "scripts": {
    "start": "node index.js",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/digitalbazaar/bedrock"
  },
  "bugs": {
    "url": "https://github.com/digitalbazaar/bedrock/issues"
  },
  "homepage": "https://github.com/digitalbazaar/bedrock",
  "dependencies": {
    "async-node-events": "^2.0.0",
    "commander": "^2.14.1",
    "cycle": "^1.0.3",
    "delay": "^4.1.0",
    "errio": "^1.2.2",
    "esm": "^3.2.25",
    "fast-safe-stringify": "^2.0.7",
    "lodash.get": "^4.4.2",
    "lodash.set": "^4.3.2",
    "lodash.template": "^4.5.0",
    "lodash.topath": "^4.5.2",
    "triple-beam": "^1.3.0",
    "uid-number": "0.0.6",
    "uuid-random": "^1.0.6",
    "winston": "^3.3.3",
    "winston-mail": "^2.0.0",
    "winston-transport": "^4.4.0"
  },
  "devDependencies": {
    "eslint": "^7.32.0",
    "eslint-config-digitalbazaar": "^2.8.0",
    "eslint-plugin-jsdoc": "^37.9.7",
    "jsdoc": "^3.6.10",
    "jsdoc-to-markdown": "^7.1.1"
  },
  "engines": {
    "node": ">=10.12.0"
  },
  "main": "./lib/index.js"
}
