{
    "name": "texterify",
    "description": "A CLI for Texterify (https://github.com/chrztoph/texterify).",
    "version": "0.2.0",
    "author": "Christoph Werner @chrztoph",
    "bin": {
        "texterify": "./bin/run"
    },
    "bugs": "https://github.com/chrztoph/texterify-cli/issues",
    "dependencies": {
        "@oclif/core": "^1.19.1",
        "@oclif/plugin-help": "^3",
        "@oclif/plugin-version": "^1.1.3",
        "adm-zip": "^0.5.9",
        "chalk": "^4.1.0",
        "listr": "^0.14.3",
        "nconf": "^0.10.0",
        "node-fetch": "^2.6.0",
        "open": "^8.4.0",
        "query-string": "^6.13.1",
        "tslib": "^1",
        "uuid": "^9.0.0"
    },
    "devDependencies": {
        "@oclif/dev-cli": "^1",
        "@oclif/test": "^1",
        "@types/adm-zip": "^0.5.0",
        "@types/chai": "^4",
        "@types/listr": "^0.14.2",
        "@types/mocha": "^5",
        "@types/nconf": "^0.10.0",
        "@types/node": "^10",
        "@types/node-fetch": "^2.5.7",
        "@types/query-string": "^6.3.0",
        "@types/uuid": "^8.3.4",
        "@typescript-eslint/eslint-plugin": "^2.29.0",
        "@typescript-eslint/parser": "^2.29.0",
        "chai": "^4",
        "eslint": "^6.8.0",
        "eslint-config-oclif": "^3.1",
        "eslint-config-oclif-typescript": "^0.1",
        "eslint-config-prettier": "^6.11.0",
        "eslint-plugin-prettier": "^3.1.3",
        "eslint-plugin-react": "^7.19.0",
        "globby": "^10",
        "mocha": "^5",
        "nock": "^13.0.4",
        "nyc": "^14",
        "prettier": "^2.0.5",
        "ts-node": "^8",
        "typescript": "^3.3"
    },
    "engines": {
        "node": ">=8.0.0"
    },
    "files": [
        "/bin",
        "/lib",
        "/npm-shrinkwrap.json",
        "/oclif.manifest.json"
    ],
    "homepage": "https://github.com/chrztoph/texterify-cli",
    "keywords": [
        "oclif"
    ],
    "license": "MIT",
    "main": "lib/index.js",
    "oclif": {
        "commands": "./lib/commands",
        "bin": "texterify",
        "plugins": [
            "@oclif/plugin-help",
            "@oclif/plugin-version"
        ],
        "additionalHelpFlags": [
            "-h"
        ],
        "additionalVersionFlags": [
            "-v"
        ]
    },
    "repository": "chrztoph/texterify-cli",
    "scripts": {
        "postpack": "rm -f oclif.manifest.json",
        "posttest": "npm run lint",
        "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
        "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
        "test:allow-only": "mocha \"test/**/*.test.ts\"",
        "version": "oclif-dev readme && git add README.md",
        "lint": "eslint . --ext .ts --config .eslintrc",
        "release": "npm publish",
        "start": "./bin/dev",
        "start:watcher": "./node_modules/.bin/tsc -p . -w"
    },
    "types": "lib/index.d.ts"
}
