UNPKG

serverless-dynamodb-autoscaling

Version:
64 lines 1.64 kB
{ "name": "serverless-dynamodb-autoscaling", "description": "Serverless Plugin for Amazon DynamoDB Auto Scaling.", "homepage": "https://sbstjn.com/serverless-dynamodb-auto-scaling-with-cloudformation.html", "version": "0.6.2", "main": "dist/plugin.js", "scripts": { "test": "jest", "test:cover": "jest --coverage", "test:watch": "jest --watch", "coveralls": "cat ./coverage/lcov.info | coveralls", "lint": "tslint {src,test}/**/*.ts", "build": "tsc", "build:watch": "tsc --watch" }, "keywords": [ "serverless", "sls", "plugin", "dynamodb", "cloudformation", "autoscaling", "auto-scaling", "amazon", "aws" ], "author": "Sebastian Müller <mail@sbstjn.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sbstjn/serverless-dynamodb-autoscaling.git" }, "bugs": { "url": "https://github.com/sbstjn/serverless-dynamodb-autoscaling/issues" }, "devDependencies": { "@types/jest": "^20.0.5", "@types/lodash": "^4.14.71", "@types/md5": "^2.1.32", "@types/node": "^8.0.19", "coveralls": "^2.13.1", "dot-json": "^1.0.3", "jasmine-data-provider": "^2.2.0", "jest": "^20.0.4", "serverless-types": "^0.0.1", "ts-jest": "^20.0.7", "tslint": "^5.5.0", "typescript": "^2.4.2" }, "dependencies": { "lodash": "^4.17.4", "md5": "^2.2.1" }, "jest": { "transform": { ".*": "<rootDir>/node_modules/ts-jest/preprocessor.js" }, "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts)$", "moduleFileExtensions": [ "ts", "js" ] } }