{
  "name": "@electron-forge/async-ora",
  "version": "6.0.0-beta.63",
  "description": "A helper utility for wrapping async functions in an ora",
  "repository": "https://github.com/electron-userland/electron-forge",
  "author": "Samuel Attard",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "test": "mocha --config ../../../.mocharc.js test/**/*_spec.ts"
  },
  "devDependencies": {
    "chai": "^4.3.3",
    "mocha": "^9.0.1",
    "proxyquire": "^2.1.3",
    "sinon": "^12.0.1"
  },
  "dependencies": {
    "chalk": "^4.0.0",
    "debug": "^4.3.1",
    "log-symbols": "^4.0.0",
    "ora": "^5.0.0",
    "pretty-ms": "^7.0.0"
  },
  "engines": {
    "node": ">= 12.13.0"
  }
}
