{
  "schema": "hasna.service_contract.v1",
  "name": "todos",
  "class": "cli-with-store",
  "contractVersion": "v1",
  "kitVersion": "0.3.0",
  "bins": [
    "todos",
    "todos-sync"
  ],
  "storage": {
    "backend": "sqlite",
    "sqlitePath": "~/.hasna/todos/todos.db"
  }
}
