{
    "name": "@autoscout24/toguru-client",
    "version": "2.1.6",
    "description": "",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "/dist"
    ],
    "scripts": {
        "prebuild": "rm -rf ./dist",
        "build": "tsc",
        "dev": "tsc --watch",
        "test": "jest",
        "test:watch": "jest --watch",
        "test:coverage": "jest --coverage ",
        "format:check": "prettier --list-different '*/**/*.{js,ts,tsx,json,md,scss,graphql,css}' || (echo \"Problem with code format. Please do yarn run prettier:fix\" && exit 1)",
        "lint": "eslint --ext={ts,tsx} .",
        "format:fix": "prettier --write '*/**/*.{js,ts,tsx,json,md,scss,graphql,css}' '*.{js,ts,tsx,json,md,scss,graphql,css}'"
    },
    "jest": {
        "transform": {
            "^.+\\.tsx?$": "ts-jest"
        },
        "testPathIgnorePatterns": [
            "/node_modules/"
        ],
        "moduleFileExtensions": [
            "ts",
            "tsx",
            "js",
            "jsx"
        ],
        "coverageDirectory": "./coverage/",
        "collectCoverage": false,
        "collectCoverageFrom": [
            "src/**/*.ts"
        ],
        "coverageReporters": [
            "cobertura",
            "html",
            "text",
            "text-summary"
        ]
    },
    "keywords": [],
    "author": "",
    "license": "MIT",
    "dependencies": {
        "@types/express-serve-static-core": "^4.17.18",
        "axios": "^0.21.1",
        "bn.js": "^4.12.0",
        "cookie": "^0.4.1",
        "cookie-parser": "^1.4.3"
    },
    "devDependencies": {
        "@types/bn.js": "^5.1.0",
        "@types/cookie": "^0.4.0",
        "@types/express": "^4.17.11",
        "@types/jest": "^26.0.20",
        "@typescript-eslint/eslint-plugin": "^4.16.1",
        "@typescript-eslint/parser": "^4.16.1",
        "eslint": "^7.21.0",
        "eslint-config-prettier": "^8.1.0",
        "eslint-plugin-prettier": "^3.3.1",
        "jest": "^26.6.3",
        "node-mocks-http": "^1.10.1",
        "prettier": "^2.2.1",
        "semantic-release": "^17.4.0",
        "supertest": "^6.1.3",
        "ts-jest": "^26.5.2",
        "typescript": "^4.2.2"
    }
}
