{
    "name": "touch",
    "description": "The capacitive touch library",
    "files": [
        "README.md",
        "touch.h",
        "touch.cpp",
        "touch.ts",
        "shims.d.ts",
        "enums.d.ts"
    ],
    "testFiles": [
        "test.ts"
    ],
    "public": true,
    "dependencies": {
        "core": "file:../core",
        "buttons": "file:../buttons"
    }
}
