{
  "name": "owonb41t",
  "version": "1.0.0",
  "description": "A web-bluetooth interface for the OWON B41T+ multimeter",
  "main": "owon.js",
  "scripts": {
    "test": "jest",
    "dist": "browserify owon.js --standalone OwonBT --debug | uglifyjs --source-map -o ./dist/bt-owon-bt.min.js",
    "dev": "browserify owon.js --standalone OwonBT --debug -o ./dist/bt-owon-bt.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PBrunot/owonb41t.git"
  },
  "keywords": [
    "web",
    "bluetooth",
    "BT",
    "owon",
    "multimeter",
    "B41T+"
  ],
  "author": "Pascal Brunot",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/PBrunot/owonb41t/issues"
  },
  "homepage": "https://github.com/PBrunot/owonb41t#readme",
  "dependencies": {
    "dot-matrix-lcd": "^1.0.0",
    "loglevel": "^1.9.2"
  },
  "devDependencies": {
    "browserify": "^17.0.1",
    "jest": "^30.4.2",
    "jest-environment-jsdom": "^30.4.1",
    "uglify-js": "^3.19.3"
  }
}
