{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "do-sync",
  "description": "synchronously execute asynchronous functions",
  "main": "index.js",
  "author": "zemnmez",
  "license": "MIT",
  "keywords": [
    "node",
    "babel-plugin-macros",
    "async"
  ],
  "version": "6.30.28",
  "dependencies": {
    "cross-spawn": "7.0.6",
    "regenerator-runtime": "0.14.1"
  },
  "devDependencies": {
    "@types/cross-spawn": "6.0.6",
    "@types/node": "24.13.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zemn-me/monorepo.git",
    "directory": "ts/do-sync"
  },
  "bugs": {
    "url": "https://github.com/zemn-me/monorepo/issues/new?title=%2F%2Fts%2Fdo-sync%406.30.28%3A+something+went+wrong%21"
  }
}