{
  "name": "@homeofthings/node-utils",
  "version": "1.0.6",
  "description": "HomeOfThings - Node Utils: various utilities and common types",
  "keywords": [
    "lru-cache",
    "async-context"
  ],
  "author": {
    "email": "www.gms@gmx.at",
    "name": "Guenter Sandner"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gms1/HomeOfThings.git"
  },
  "homepage": "https://github.com/gms1/HomeOfThings",
  "bugs": {
    "url": "https://github.com/gms1/HomeOfThings/issues"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "config": "^4.4.1",
    "type-fest": "^5.7.0",
    "tslib": "^2.8.1",
    "debug": "^4.4.3"
  },
  "types": "./src/index.d.ts",
  "main": "./src/index.js",
  "type": "commonjs"
}