{
    "name": "@sawdays/lambda-proxy",
    "version": "1.0.0",
    "dependencies": {
        "@types/aws-lambda": "latest"
    },
    "devDependencies": {
        "@types/chai": "^4.1.7",
        "@types/mocha": "^5.2.6",
        "chai": "^4.2.0",
        "mocha": "^6.0.1",
        "ts-node": "^8.0.2",
        "tslint": "^5.14.0",
        "typemoq": "^2.1.0",
        "typescript": "^3.3.4000"
    },
    "files": [
        "*.d.ts",
        "*.js",
        "src/**/*.d.ts",
        "src/**/*.js"
    ],
    "scripts": {
        "test": "mocha -r ts-node/register test/**/*.spec.ts",
        "prepack": "tsc -b --clean && tsc -b",
        "postpack": "tsc -b --clean"
    }
}
