{
  "name": "sys-class-rgb-led",
  "version": "3.0.1",
  "description": "Animates /sys/class/leds rgb leds",
  "main": "build/index.js",
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build",
    "lint": "balena-lint --typescript lib example.ts && tsc --noEmit example.ts",
    "lint-fix": "balena-lint --fix --typescript lib example.ts"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint && npm run build"
    }
  },
  "files": [
    "build"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/balena-io-modules/sys-class-rgb-led.git"
  },
  "keywords": [
    "rgb",
    "led",
    "leds",
    "sys"
  ],
  "author": "Alexis Svinartchouk <alexis@balena.io>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/balena-io-modules/sys-class-rgb-led/issues"
  },
  "homepage": "https://github.com/balena-io-modules/sys-class-rgb-led#readme",
  "devDependencies": {
    "@balena/lint": "^5.3.0",
    "@types/node": "^12.12.26",
    "husky": "^4.2.1",
    "typescript": "^4.1.2"
  }
}
