UNPKG

@multicloud/sls-aws

Version:

Amazon AWS specific middleware and components for Serverless @multicloud.

59 lines (58 loc) 1.51 kB
{ "name": "@multicloud/sls-aws", "version": "0.1.1", "description": "Amazon AWS specific middleware and components for Serverless @multicloud.", "repository": { "type": "git", "url": "https://github.com/serverless/multicloud" }, "keywords": [ "serverless", "sls", "serverless framework", "multicloud", "aws", "aws lambda" ], "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "start": "npm run test -- --watch", "lint": "eslint src/**/*.ts", "lint:fix": "npm run lint -- --fix", "pretest": "npm run lint", "test": "jest", "test:ci": "npm run test -- --ci", "test:coverage": "npm run test -- --coverage", "prebuild": "shx rm -rf lib/ && npm run test", "build": "npx tsc" }, "files": [ "lib/" ], "author": "Microsoft Corporation, 7-Eleven & Serverless Inc", "license": "MIT", "dependencies": { "@multicloud/sls-core": "^0.1.1-13", "aws-sdk": "2.476.0", "inversify": "5.0.1", "reflect-metadata": "0.1.13" }, "devDependencies": { "@types/jest": "^24.0.13", "@types/node": "12.0.8", "@typescript-eslint/eslint-plugin": "^1.9.0", "@typescript-eslint/parser": "^1.9.0", "babel-jest": "^24.8.0", "babel-plugin-transform-typescript-metadata": "0.2.2", "babel-preset-react-app": "^9.0.0", "eslint": "^5.16.0", "jest": "^24.8.0", "shx": "^0.3.2", "typescript": "^3.5.2" }, "engines": { "node": ">=8.16.0", "npm": ">=6.4.1" } }