matter-history
Version:
Matterbridge history module
35 lines (34 loc) • 894 B
JSON
{
"name": "matter-history",
"version": "1.1.19",
"description": "Matterbridge history module",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
"homepage": "https://github.com/Luligu/matter-history/blob/main/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/Luligu/matter-history.git"
},
"copyright": "Copyright 2023, 2024, 2025 https://github.com/Luligu",
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/luligugithub"
},
"keywords": [
"matterbridge",
"matter",
"matter.js",
"eve",
"history"
],
"type": "module",
"main": "build/index.js",
"types": "build/index.d.ts",
"engines": {
"node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
},
"dependencies": {
"moment": "2.30.1",
"node-ansi-logger": "3.1.1"
}
}