{
    "name": "podcast-maker",
    "version": "2.3.1",
    "description": "Podcast Maker CLI",
    "author": "Felippe Chemello @FelippeChemello",
    "bin": {
        "podcast-maker": "./bin/run"
    },
    "homepage": "https://github.com/FelippeChemello/podcast-maker",
    "license": "MIT",
    "main": "dist/src/index.js",
    "repository": "FelippeChemello/podcast-maker",
    "files": [
        "/bin",
        "/dist",
        "/npm-shrinkwrap.json",
        "/oclif.manifest.json",
        "README.md"
    ],
    "scripts": {
        "build": "shx rm -rf dist && tsc -b",
        "postpack": "shx rm -f oclif.manifest.json",
        "prepack": "yarn build && oclif manifest && oclif readme",
        "version": "oclif readme && git add README.md",
        "postbuild": "copyfiles -u 1 assets/**/* dist/assets",
        "dev": "./bin/dev"
    },
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org/"
    },
    "dependencies": {
        "@oclif/core": "^1",
        "@oclif/plugin-help": "^5",
        "@oclif/plugin-plugins": "^2.0.1",
        "@remotion/bundler": "^3.3.16",
        "@remotion/cli": "^3.3.16",
        "@remotion/eslint-config": "^3.3.16",
        "@remotion/media-utils": "^3.3.16",
        "@remotion/renderer": "^3.3.16",
        "audioconcat": "^0.1.4",
        "axios": "^0.21.1",
        "commander": "^7.2.0",
        "date-fns": "^2.21.1",
        "dotenv": "^8.2.0",
        "google-auth-library": "^7.0.3",
        "googleapis": "^68.0.0",
        "googleapis-common": "^5.0.5",
        "http": "^0.0.1-security",
        "microsoft-cognitiveservices-speech-sdk": "^1.15.1",
        "mp3-duration": "^1.1.0",
        "node-html-parser": "^4.1.4",
        "puppeteer": "^8.0.0",
        "react": "^17.0.2",
        "react-dom": "^17.0.2",
        "react-icons": "^4.2.0",
        "remotion": "^3.3.16",
        "rss-parser": "^3.12.0",
        "shelljs": "^0.8.5",
        "string-width": "^4.2.2",
        "styled-components": "^5.3.3",
        "ts-node": "^9.1.1",
        "ts-node-dev": "^1.1.8",
        "util": "^0.12.4"
    },
    "devDependencies": {
        "@babel/cli": "^7.12.10",
        "@babel/core": "^7.12.10",
        "@babel/node": "^7.12.10",
        "@babel/plugin-proposal-class-properties": "^7.12.1",
        "@babel/plugin-proposal-decorators": "^7.12.12",
        "@babel/preset-env": "^7.12.11",
        "@babel/preset-typescript": "^7.12.7",
        "@types/node": "^14.6.1",
        "@types/react": "^17.0.3",
        "@types/shelljs": "^0.8.11",
        "@types/styled-components": "^5.1.9",
        "@typescript-eslint/eslint-plugin": "^3.9.0",
        "@typescript-eslint/parser": "^3.9.0",
        "babel-plugin-module-resolver": "^4.1.0",
        "babel-plugin-transform-typescript-metadata": "^0.3.1",
        "copyfiles": "^2.4.1",
        "eslint": "^7.15.0",
        "eslint-config-airbnb-base": "^14.2.0",
        "eslint-config-oclif": "^4",
        "eslint-config-oclif-typescript": "^1.0.2",
        "eslint-config-prettier": "^6.11.0",
        "eslint-import-resolver-typescript": "^2.2.1",
        "eslint-plugin-import": "^2.21.2",
        "eslint-plugin-prettier": "^3.1.4",
        "oclif": "^2.4.3",
        "prettier": "^2.2.1",
        "shx": "^0.3.3",
        "tslib": "^2.3.1",
        "typescript": "^4.1.3"
    },
    "oclif": {
        "bin": "podcast-maker",
        "dirname": "podcast-maker",
        "commands": "./dist/src/commands",
        "plugins": [
            "@oclif/plugin-help",
            "@oclif/plugin-plugins"
        ],
        "hooks": {
            "init": [
                "./dist/src/hooks/init/loadSecrets.js",
                "./dist/src/hooks/init/createTmpSymLink.js"
            ]
        }
    },
    "engines": {
        "node": ">=12.0.0"
    },
    "bugs": "https://github.com/FelippeChemello/podcast-maker/issues",
    "keywords": [
        "podcast",
        "video-maker",
        "video maker",
        "video creator",
        "video editor",
        "clip maker",
        "cli"
    ],
    "types": "src/types.d.ts"
}