m-bus-parser 0.4.0

A library for parsing M-Bus frames
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "m-bus-parser-docs-ui",
  "private": true,
  "type": "module",
  "scripts": {
    "build": "esbuild src/highlighter.js --bundle --format=esm --minify --target=es2020 --outfile=../docs/assets/highlighter.js",
    "check": "node scripts/check.mjs",
    "test": "npm run build && npm run check"
  },
  "dependencies": {
    "@shikijs/langs": "4.3.1",
    "@shikijs/themes": "4.3.1",
    "shiki": "4.3.1"
  },
  "devDependencies": {
    "esbuild": "0.28.1"
  }
}