{
  "name": "workflowy",
  "version": "2.9.0",
  "description": "WorkFlowy client for reading and updating of lists",
  "author": "Karel Klima <karelklima@gmail.com> (https://karelklima.com)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/karelklima/workflowy.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/karelklima/workflowy/issues"
  },
  "main": "./script/mod.js",
  "module": "./esm/mod.js",
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./script/mod.js"
    }
  },
  "scripts": {
    "test": "node test_runner.js"
  },
  "dependencies": {
    "zod": "^4",
    "@deno/shim-crypto": "~0.3.1"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "picocolors": "^1.0.0",
    "@deno/shim-deno": "~0.18.0"
  },
  "_generatedBy": "dnt@dev"
}