{
    "name": "ee-ts-util",
    "version": "14.1.7",
    "description": "typescript utilities and functions",
    "main": "lib/index.js",
    "scripts": {
        "prebuild": "npm run clean; npm test",
        "build": "./node_modules/typescript/bin/tsc",
        "pretest": "npm run lint",
        "test": "jest --verbose",
        "lint": "npm run lint:ts",
        "lint:ts": "tslint {src,test}/**/*.{ts,tsx}",
        "clean": "rm -rf lib"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/EqualExperts/ts-util.git"
    },
    "keywords": [
        "typescript",
        "mongodb",
        "integration"
    ],
    "author": "EqualExperts",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/EqualExperts/ts-util/issues"
    },
    "homepage": "https://github.com/EqualExperts/ts-util#readme",
    "jest": {
        "moduleFileExtensions": [
            "ts",
            "tsx",
            "js",
            "json"
        ],
        "transform": {
            "\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
        },
        "transformIgnorePatterns": [
            "/node_modules/(?!bullhorn.ts)"
        ],
        "testEnvironment": "node",
        "testRegex": ".*\\.spec\\.(ts|tsx|js)$",
        "roots": [
            "<rootDir>/test"
        ]
    },
    "devDependencies": {
        "@types/convict": "^4.1.1",
        "@types/isomorphic-fetch": "0.0.34",
        "@types/jest": "^21.1.5",
        "@types/mongodb": "^2.2.15",
        "@types/node": "^8.0.47",
        "@types/nodemailer": "^4.3.1",
        "@types/ramda": "^0.25.8",
        "jest": "^22.4.0",
        "ts-jest": "^22.4.6",
        "tslint": "^5.8.0",
        "typescript": "^2.5.3"
    },
    "dependencies": {
        "@types/mime-types": "^2.1.0",
        "bullhorn-client": "https://github.com/EqualExperts/bullhorn.git#164d2fe355da360291ebfbd55076665d365c282d",
        "convict": "^4.0.2",
        "createsend-node": "^0.8.2",
        "fp-ts": "^0.6.2",
        "googleapis": "^26.0.1",
        "isomorphic-fetch": "^2.2.1",
        "log4js": "^2.7.0",
        "mime-types": "^2.1.18",
        "moment": "^2.21.0",
        "mongodb": "^2.2.33",
        "nano-seconds": "^1.2.2",
        "nodemailer": "^4.4.1",
        "ramda": "^0.25.0",
        "uuid": "^3.2.1",
        "xero-node": "^2.10.1"
    }
}
