@iobroker/db-states-jsonl
Version:
The Library contains the JSONL Database classes for File based states database client and server.
52 lines (51 loc) • 1.46 kB
JSON
{
"name": "@iobroker/db-states-jsonl",
"type": "module",
"version": "7.0.7",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@alcalzone/jsonl-db": "~3.1.1",
"@iobroker/db-base": "7.0.7",
"@iobroker/db-states-file": "7.0.7",
"@iobroker/db-states-redis": "7.0.7"
},
"keywords": [
"ioBroker",
"redis",
"redundancy"
],
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
"Apollon77 <iobroker@fischer-ka.de>",
"foxriver76 <moritz.heusinger@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.js-controller/tree/master/packages/db-states-jsonl"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"postbuild": "esm2cjs --in build/esm --out build/cjs -l error -t node18 && cpy ./**/*.d.ts ./build/cjs/ --cwd=build/esm/"
},
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
"types": "build/esm/index.d.ts",
"exports": {
".": {
"import": "./build/esm/index.js",
"require": "./build/cjs/index.js",
"types": "./build/esm/index.d.ts"
}
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"build/"
],
"gitHead": "492b11d29b79f28e4479a8b032b4b78a732d797c"
}