27 lines
644 B
JSON
27 lines
644 B
JSON
|
{
|
||
|
"name": "@electron-forge/async-ora",
|
||
|
"version": "6.0.0-beta.59",
|
||
|
"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",
|
||
|
"devDependencies": {
|
||
|
"chai": "^4.3.3",
|
||
|
"mocha": "^9.0.1",
|
||
|
"proxyquire": "^2.1.3",
|
||
|
"sinon": "^11.1.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"colors": "^1.4.0",
|
||
|
"debug": "^4.3.1",
|
||
|
"log-symbols": "^4.0.0",
|
||
|
"ora": "^5.0.0",
|
||
|
"pretty-ms": "^7.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 12.13.0"
|
||
|
}
|
||
|
}
|