{
    "name": "bloom-cli",
    "version": "0.4.66",
    "description": "Export a group of sheets from Ulysses and make a website out of them!",
    "scripts": {
        "test": "mocha",
        "build": "tsc",
        "run": "node dist/cli.js"
    },
    "repository": "AdamHolwerda/bloom-cli",
    "author": "Adam Holwerda",
    "license": "ISC",
    "preferGlobal": true,
    "bin": {
        "bloom": "dist/cli.js"
    },
    "dependencies": {
        "@types/node": "^13.13.0",
        "chai": "^4.2.0",
        "concat-stream": "^2.0.0",
        "curly-q": "0.0.1",
        "entities": "^2.0.0",
        "fs-extra": "^9.0.0",
        "inquirer": "^7.1.0",
        "jsonfile": "^6.0.1",
        "md5": "^2.2.1",
        "mocha": "^7.1.1",
        "open": "^7.0.3",
        "q": "~1.5.1",
        "remove-markdown": "^0.3.0",
        "shelljs": "^0.8.3",
        "ssml-validator": "^0.1.0",
        "striptags": "^3.1.1",
        "typeset": "^0.2.8",
        "vinyl-fs": "^3.0.3",
        "vinyl-ftp": "^0.6.1"
    }
}
