{
    "name": "openi2c",
    "version": "1.0.9",
    "description": "This library is a set of cross platform drivers for common I2C devices.",
    "main": "dist/index.js",
    "scripts": {
        "scan": "ts-node -e \"import { scan } from './src'; scan(+process.argv[2] || 0);\"",
        "build": "rm -rf dist; tsc",
        "build:watch": "npm run build -- --watch",
        "start": "ts-node src/main.ts",
        "lint": "eslint . --ext .ts",
        "format": "prettier --config .prettierrc 'src/**/*.ts' --write"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ExplorationSystems/openi2c.git"
    },
    "keywords": [
        "i2c",
        "i2c-bus",
        "PCA9685"
    ],
    "author": "",
    "license": "ISC",
    "devDependencies": {
        "@swc-node/register": "^1.8.0",
        "@swc/core": "^1.4.2",
        "@swc/helpers": "^0.5.6",
        "@types/debug": "^4.1.12",
        "@types/i2c-bus": "^5.1.2",
        "@types/node": "^20.8.10",
        "@typescript-eslint/eslint-plugin": "^6.9.0",
        "@typescript-eslint/parser": "^6.9.0",
        "eslint": "^8.52.0",
        "eslint-config-prettier": "^9.0.0",
        "eslint-plugin-prettier": "^5.0.1",
        "prettier": "^3.0.3",
        "regenerator-runtime": "^0.14.1",
        "ts-node": "^10.9.2",
        "typescript": "^5.3.3"
    },
    "bugs": {
        "url": "https://github.com/ExplorationSystems/openi2c/issues"
    },
    "homepage": "https://github.com/ExplorationSystems/openi2c#readme",
    "dependencies": {
        "debug": "^4.3.4",
        "i2c-bus": "^5.2.3"
    }
}
