{
    "name": "light",
    "description": "The programmable LED (WS2812b,APA102) driver.",
    "files": [
        "README.md",
        "neopixel.ts",
        "transitions.ts",
        "create.ts",
        "defaultstrip.ts",
        "onboardstrip.ts",
        "defaultlights.ts",
        "defaultlightsoverrides.ts",
        "ns.ts",
        "neopixeloverrides.ts",
        "animations.jres",
        "targetoverrides.ts"
    ],
    "testFiles": [
        "test.ts"
    ],
    "public": true,
    "dependencies": {
        "core": "file:../core",
        "color": "file:../color"
    }
}
