{
    "name": "fed-crowdin-cli",
    "version": "3.3.2",
    "description": "Crowdin CLI",
    "main": "bin/cli.js",
    "type": "module",
    "scripts": {
        "test": "node bin/cli"
    },
    "bin": {
        "fed-crowdin-cli": "./bin/cli.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/grant-chao/fed-crowdin-cli.git"
    },
    "keywords": [
        "Crowdin"
    ],
    "author": "zhaozhenhua",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/grant-chao/fed-crowdin-cli/issues"
    },
    "homepage": "https://github.com/grant-chao/fed-crowdin-cli#readme",
    "dependencies": {
        "@crowdin/crowdin-api-client": "1.23.4",
        "axios": "1.4.0",
        "chalk": "5.3.0",
        "commander": "7.2.0",
        "compressing": "1.9.0",
        "form-data": "4.0.0",
        "got": "13.0.0",
        "path": "0.12.7",
        "prompts": "^2.4.2",
        "unescape-js": "1.1.4"
    },
    "devDependencies": {
        "@babel/eslint-parser": "7.22.9",
        "@babel/plugin-syntax-import-assertions": "7.22.5",
        "eslint": "7.27.0"
    },
    "files": [
        "/bin",
        "/lib",
        "README.md"
    ]
}
