{
    "name": "@via-profit-services/redis",
    "support": "https://via-profit.ru",
    "version": "2.1.3",
    "description": "Via Profit Redis provider",
    "main": "dist/index.js",
    "keywords": [
        "graphql",
        "via-profit",
        "redis"
    ],
    "scripts": {
        "dist": "yarn lint && yarn test && yarn build:dist",
        "analyze": "cross-env ANALYZE=true yarn build:dist",
        "debug": "yarn build:dev && yarn node --inspect-brk=9229 ./build/index.js",
        "build:dev": "cross-env NODE_ENV=development webpack --config ./webpack/webpack-config-dev.ts",
        "build:dist": "webpack --config ./webpack/webpack-config-prod.ts",
        "start": "yarn build:dev --watch",
        "test": "yarn jest",
        "lint": "eslint --ext .ts ./src/ --fix .",
        "package": "yarn pack -o package-%v.tgz"
    },
    "repository": {
        "type": "git",
        "url": "git@github.com:via-profit-services/redis.git"
    },
    "author": {
        "name": "Via Profit",
        "email": "promo@via-profit.ru",
        "url": "https://dev.via-profit.ru"
    },
    "contributors": [
        "Vasily Novosad <delhsmail@gmail.com>",
        "Pavel Natalin <trubonru@gmail.com>"
    ],
    "license": "MIT",
    "peerDependencies": {
        "@via-profit-services/core": "^2.2.x",
        "ioredis": "^4.28.5"
    },
    "devDependencies": {
        "@jagi/jest-transform-graphql": "^1.0.2",
        "@jest/types": "^27.5.1",
        "@types/cors": "^2.8.12",
        "@types/ioredis": "^4.28.8",
        "@types/jest": "^27.4.1",
        "@types/node": "^17.0.21",
        "@types/nodemon": "^1.19.1",
        "@types/supertest": "^2.0.11",
        "@types/validator": "^13.7.1",
        "@types/webpack": "^5.28.0",
        "@types/webpack-bundle-analyzer": "^4.4.1",
        "@types/webpack-merge": "^5.0.0",
        "@types/webpack-node-externals": "^2.5.3",
        "@typescript-eslint/eslint-plugin": "^5.15.0",
        "@typescript-eslint/parser": "^5.15.0",
        "@via-profit-services/core": "^2.2.0-rc.44",
        "@via-profit-services/eslint-config": "^0.1.20",
        "cors": "^2.8.5",
        "cross-env": "^7.0.3",
        "dotenv": "^16.0.0",
        "eslint": "^8.11.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-import-resolver-node": "^0.3.6",
        "eslint-import-resolver-typescript": "^2.5.0",
        "eslint-import-resolver-webpack": "^0.13.2",
        "eslint-plugin-import": "^2.25.4",
        "eslint-plugin-node": "^11.1.0",
        "eslint-plugin-prettier": "^4.0.0",
        "eslint-plugin-promise": "^6.0.0",
        "eslint-plugin-react": "^7.29.4",
        "graphql": "^16.3.0",
        "ioredis": "^4.28.5",
        "jest": "^27.5.1",
        "jest-transform-graphql": "^2.1.0",
        "nodemon": "^2.0.15",
        "nodemon-webpack-plugin": "^4.7.1",
        "prettier": "^2.6.0",
        "supports-color": "^9.2.1",
        "terser-webpack-plugin": "^5.3.1",
        "ts-jest": "^27.1.3",
        "ts-loader": "^9.2.8",
        "ts-node": "^10.7.0",
        "tsconfig-paths-webpack-plugin": "^3.5.2",
        "typescript": "^4.6.2",
        "webpack": "^5.70.0",
        "webpack-bundle-analyzer": "^4.5.0",
        "webpack-cli": "^4.9.2",
        "webpack-dev-server": "^4.7.4",
        "webpack-merge": "^5.8.0",
        "webpack-node-externals": "^3.0.0"
    },
    "packageManager": "yarn@3.2.0"
}
