@serverless/event-mocks
Version:
Event Mocks is a simple library designed to generate simple AWS events for testing and automation purposes.
36 lines (35 loc) • 921 B
JSON
{
"name": "@serverless/event-mocks",
"version": "1.1.1",
"description": "Event Mocks is a simple library designed to generate simple AWS events for testing and automation purposes.",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p ./",
"lint": "tslint -p tsconfig.json",
"lintfix": "tslint -p tsconfig.json --fix",
"test": "ts-mocha lib/**/*.spec.ts"
},
"repository": {
"type": "git",
"url": "."
},
"author": "Serverless, Inc.",
"license": "Apache-2.0",
"devDependencies": {
"@types/aws-lambda": "^8.10.24",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.4",
"aws-lambda": "^0.1.2",
"chai": "^4.2.0",
"mocha": "^6.1.3",
"ts-mocha": "^6.0.0",
"ts-node": "^8.1.0",
"tslint": "^5.15.0",
"typescript": "^3.4.3"
},
"dependencies": {
"@types/lodash": "^4.14.123",
"lodash": "^4.17.11"
}
}