{
    "name": "lot-gpio",
    "version": "0.7.1",
    "description": "GPIO development library",
    "keywords": [
        "gpio",
        "iot",
        "lot",
        "sbc",
        "uart",
        "spi",
        "i2c",
        "serial"
    ],
    "main": "index.js",
    "gypfile": true,
    "scripts": {
        "install": "node-gyp rebuild",
        "build": "node-gyp rebuild --verbose",
        "clean": "node-gyp clean",
        "cf": "clang-format -style=file -i -verbose c_src/*"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/loliot/node-lot-gpio.git"
    },
    "author": {
        "name": "Hyeonki Hong",
        "email": "hhk7734@gmail.com"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/loliot/node-lot-gpio/issues"
    },
    "homepage": "https://github.com/loliot/node-lot-gpio",
    "dependencies": {
        "node-addon-api": "^2.0.0",
        "node-gyp": "~5.0.7"
    }
}
