@homeofthings/node-utils
Version:
HomeOfThings - Node Utils: various utilities and common types
32 lines • 757 B
JSON
{
"name": "@homeofthings/node-utils",
"version": "1.0.4",
"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": "^3.3.12",
"type-fest": "^4.40.0",
"tslib": "^2.8.1",
"debug": "^4.4.0"
},
"types": "./src/index.d.ts",
"main": "./src/index.js",
"type": "commonjs"
}