{
  "name": "@chirimen/i2c1602lcd",
  "description": "Driver for i2c1602lcd with WebI2C",
  "version": "1.0.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/chirimen-oh/chirimen-drivers.git",
    "directory": "packages/i2c1602lcd"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "exports": "./index.js",
  "peerDependencies": {
    "node-web-i2c": "^1.1.51"
  }
}
