{
  "name": "bt-seneca-msc",
  "version": "0.4.0",
  "description": "A pure Javascript API for the Seneca Multi Smart Calibrator (MSC) device, using web bluetooth.",
  "main": "js/meterApi.js",
  "keywords": [
    "web-bluetooth",
    "seneca",
    "multi smart calibrator",
    "MSC",
    "javascript",
    "API",
    "bluetooth",
    "metering",
    "measurements",
    "automation",
    "testing"
  ],
  "repository": {
    "type": "git",
    "url": "git+httnps://github.com/schneiderelectricsystemsitaly/bt-seneca-msc.git"
  },
  "dependencies": {
    "loglevel": "^1.0.0"
  },
  "devDependencies": {
    "browserify": "^17.0.0",
    "eslint": "^9.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "uglify-js": "^3.16.1"
  },
  "author": "Pascal Brunot",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PBrunot/bt-seneca-msc/issues"
  },
  "homepage": "https://github.com/PBrunot/bt-seneca-msc#readme",
  "scripts": {
    "test": "jest --verbose",
    "dist": "browserify meterApi.js --standalone MSC --debug | uglifyjs --source-map -o ./dist/bt-seneca-msc.min.js",
    "dev": "browserify meterApi.js --standalone MSC --debug -o ./dist/bt-seneca-msc.js"
  }
}
