{
    "name": "segmenta",
    "version": "1.0.37",
    "description": "A fast API for managing and querying arbitrary data segments stored in Redis",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist/**/*"
    ],
    "scripts": {
        "test": "jest --reporters jest-spec-reporter --no-cache",
        "lint": "tslint -p .",
        "autotest": "jest --watch --no-cache",
        "autolint": "nodemon -x \"run-s lint\" -w src -w tests -e ts",
        "build": "gulp build",
        "autobuild": "nodemon -x \"run-s build\" -w src -w tests -e ts",
        "prerelease": "run-s lint build test",
        "release": "unleash -p --no-publish",
        "gulp": "gulp",
        "coverage": "jest --coverage",
        "prepare": "run-s release"
    },
    "jest": {
        "transform": {
            "^.+\\.ts?$": "ts-jest"
        },
        "coverageDirectory": "coverage",
        "coveragePathIgnorePatterns": [
            "/tests/"
        ],
        "testMatch": [
            "**/tests/**/*.spec.ts"
        ],
        "verbose": false,
        "testPathIgnorePatterns": [
            "/node_modules/",
            "/dist/",
            "/\\.git/",
            "/.*\\.d\\.ts/",
            "/_old__$/",
            "/\\.idea/",
            "/\\.vscode/"
        ],
        "watchPathIgnorePatterns": [
            "/dist/",
            "/\\..*/",
            "/_old__$/",
            "/node_modules/",
            "/.*\\.d\\.ts/",
            "/package.json/"
        ],
        "moduleFileExtensions": [
            "ts",
            "tsx",
            "js",
            "jsx",
            "json",
            "node"
        ],
        "unmockedModulePathPatterns": [
            "jasmine-expect"
        ]
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/codeo-za/segmenta.git"
    },
    "keywords": [
        "redis",
        "segmentation",
        "segment",
        "sets"
    ],
    "author": "Codeo",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/codeo-za/segmenta/issues"
    },
    "homepage": "https://github.com/codeo-za/segmenta#readme",
    "dependencies": {
        "ioredis": "^3.2.2",
        "lodash": "^4.17.10",
        "lru-cache": "^4.1.3",
        "uuid": "^3.3.2"
    },
    "devDependencies": {
        "@types/debug": "0.0.30",
        "@types/faker": "^4.1.2",
        "@types/ioredis": "^3.2.11",
        "@types/jasmine-expect": "^3.8.1",
        "@types/jest": "^22.2.3",
        "@types/lodash": "^4.14.110",
        "@types/lru-cache": "^4.1.1",
        "@types/node": "^12.7.12",
        "@types/uuid": "^3.4.3",
        "chai": "^4.1.2",
        "chalk": "^2.4.2",
        "debug": "^3.1.0",
        "expect-more-jest": "^1.0.1",
        "faker": "^4.1.0",
        "gulp": "^4.0.2",
        "gulp-help": "^1.6.1",
        "gulp-npm-run": "0.0.3",
        "gulp-typescript": "^4.0.2",
        "jest": "^24.9.0",
        "jest-spec-reporter": "^1.0.3",
        "node-ts": "^2.1.2",
        "nodemon": "^1.17.5",
        "npm-run-all": "^4.1.3",
        "require-dir": "^1.0.0",
        "rimraf": "^2.6.2",
        "ts-jest": "^22.4.6",
        "tslint": "^5.20.0",
        "tslint-consistent-codestyle": "^1.13.2",
        "typescript": "^3.6.4",
        "undertaker-forward-reference": "^1.0.2",
        "unleash": "^2.0.1"
    }
}
