{
    "name": "@microtica/mocks",
    "version": "1.4.9",
    "description": "Mock services for automated tests",
    "keywords": [
        "mock",
        "testing",
        "microtica",
        "automated"
    ],
    "main": "dst/index.js",
    "files": [
        "dst/"
    ],
    "typings": "dst/index",
    "scripts": {
        "build": "./node_modules/.bin/tsc --p src",
        "prebuild": "rm -rf dst",
        "postbuild": "npm run lint",
        "prepublishOnly": "npm run build",
        "pretest": "npm run build",
        "test": "npm run mocha",
        "mocha": "./node_modules/.bin/nyc --reporter=lcov --reporter=text-summary node_modules/.bin/mocha dst/test --timeout 0",
        "lint": "./node_modules/.bin/tslint -p src/tsconfig.json -c ./node_modules/@microtica/tslint-config/tslint.json --fix"
    },
    "author": "Microtica",
    "license": "MIT",
    "dependencies": {
        "mock-require": "^3.0.3",
        "aws-sdk": "^2.69.0",
        "aws-sdk-mock": "^1.7.0",
        "bluebird": "^3.4.6",
        "connection-string": "^0.4.1",
        "dockerode": "^2.5.3",
        "dynamodb-local": "0.0.18",
        "lodash": "^4.17.4",
        "portastic": "^1.0.1",
        "simple-encryptor": "^1.1.1",
        "uuid": "^3.2.1",
        "jsonwebtoken": "^8.3.0"
    },
    "devDependencies": {
        "@aws/dynamodb-data-mapper": "^0.7.3",
        "@microtica/tslint-config": "^0.1.0",
        "@types/bluebird": "3.5.2",
        "@types/chai": "^4.1.7",
        "@types/dockerode": "^2.5.1",
        "@types/lodash": "^4.14.97",
        "@types/mocha": "^5.2.5",
        "@types/mock-require": "^2.0.0",
        "@types/node": "^8.5.2",
        "@types/jsonwebtoken": "^7.2.8",
        "@types/uuid": "^3.4.3",
        "chai": "^4.2.0",
        "mocha": "^5.2.0",
        "mock-require": "^3.0.2",
        "nyc": "^13.1.0",
        "tslint": "^5.11.0",
        "typescript": "3.5.1"
    }
}
