discord-bot-cdk-construct
Version:
A quick CDK Construct for creating a serverless Discord bot in AWS!
59 lines (58 loc) • 1.36 kB
JSON
{
"name": "aws-sdk-mock",
"version": "5.6.2",
"description": "Functions to mock the JavaScript aws-sdk ",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"lint": "eslint index.js test/index.test.js",
"nocov": "tap test/*.js",
"test": "nyc --reporter=lcov tap ./test/*.js && tsd",
"coverage": "nyc tap ./test/*.js && nyc check-coverage --statements 100 --functions 100 --lines 100 --branches 100 --report html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwyl/aws-sdk-mock.git"
},
"keywords": [
"aws-sdk",
"aws",
"Amazon",
"Lambda",
"API-Gateway",
"S3",
"DynamoDB",
"SNS",
"test",
"mock",
"Node.js"
],
"author": "Nikhila Ravi, Jimmy Ruts & Friends!",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dwyl/aws-sdk-mock/issues"
},
"homepage": "https://github.com/dwyl/aws-sdk-mock#readme",
"dependencies": {
"aws-sdk": "^2.928.0",
"sinon": "^11.1.1",
"traverse": "^0.6.6"
},
"devDependencies": {
"concat-stream": "^2.0.0",
"eslint": "^7.28.0",
"is-node-stream": "^1.0.0",
"jest": "^27.3.1",
"nyc": "^15.1.0",
"tap": "^15.1.2",
"tsd": "^0.19.0",
"typescript": "^4.5.2"
},
"tsd": {
"directory": "test"
}
}