{
    "name": "@crowdin/crowdin-api-client",
    "version": "1.41.4",
    "description": "JavaScript library for Crowdin API",
    "main": "out/index.js",
    "types": "out/index.d.ts",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/crowdin/crowdin-api-client-js.git"
    },
    "files": [
        "out/**/*"
    ],
    "scripts": {
        "prepare": "husky install",
        "test": "jest",
        "build": "tsc -p ./",
        "watch": "tsc -watch -p ./",
        "lint": "eslint --fix \"{src,tests}/**/*.{js,ts}\"",
        "lint-ci": "eslint \"{src,tests}/**/*.{js,ts}\"",
        "test-coverage": "jest --ci --reporters=jest-junit --reporters=default --coverage --coverageReporters=cobertura --coverageReporters=html",
        "generate-docs": "typedoc src/index.ts --options .docs-config/typedoc.json"
    },
    "keywords": [
        "Crowdin",
        "API",
        "client",
        "JavaScript",
        "TypeScript",
        "localization",
        "translation",
        "i18n",
        "l10n",
        "crowdin-api-client",
        "crowdin-api",
        "crowdin-client",
        "crowdin-js",
        "crowdin-js-client"
    ],
    "license": "MIT",
    "dependencies": {
        "axios": "^1"
    },
    "devDependencies": {
        "@eslint/js": "^9.20.0",
        "@types/jest": "^27.0.0",
        "@types/nock": "^10.0.3",
        "@types/node": "^12.0.10",
        "eslint": "^9.20.1",
        "eslint-config-prettier": "^10.0.1",
        "eslint-plugin-prettier": "^5.2.3",
        "husky": "^7.0.0",
        "jest": "^27.0.0",
        "jest-circus": "^27.0.0",
        "jest-junit": "^15.0.0",
        "lint-staged": ">=8",
        "nock": "^10.0.6",
        "ts-jest": "^27.0.0",
        "typedoc": "^0.26.2",
        "typescript": "^4.1.2",
        "typescript-eslint": "^8.24.0"
    },
    "engines": {
        "node": ">=12.9.0"
    },
    "lint-staged": {
        "*.js": [
            "eslint --fix",
            "git add"
        ]
    },
    "bugs": {
        "url": "https://github.com/crowdin/crowdin-api-client-js/issues"
    },
    "homepage": "https://github.com/crowdin/crowdin-api-client-js#readme",
    "directories": {
        "test": "tests"
    }
}
