UNPKG

serverless-offline-ses

Version:

Serverless Framework Plugin to download and run a local aws ses service

72 lines (71 loc) 1.84 kB
{ "name": "serverless-offline-ses", "version": "0.0.7", "description": "Serverless Framework Plugin to download and run a local aws ses service", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "eslint './src/**/*.{js,ts,tsx}'", "lint:fix": "eslint './src/**/*.{js,ts,tsx}' --fix", "test": "jest", "test:watch": "jest --watchAll", "build": "tsc", "watch": "tsc -w", "semantic-release": "semantic-release" }, "repository": { "type": "git", "url": "git+https://github.com/YOU54F/serverless-offline-ses.git" }, "keywords": [ "serverless", "serverless-plugin", "sls", "sls-plugin", "aws", "ses", "local", "offline" ], "author": { "name": "YOU54F" }, "license": "MIT", "bugs": { "url": "https://github.com/YOU54F/serverless-offline-ses/issues" }, "homepage": "https://github.com/YOU54F/serverless-offline-ses#readme", "husky": { "hooks": { "pre-commit": "npm run lint && npm test", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-push": "npm run lint && npm test" } }, "devDependencies": { "@commitlint/cli": "8.3.5", "@commitlint/config-conventional": "8.3.4", "@types/jest": "25.2.3", "@types/node": "14.0.13", "@types/serverless": "1.72.2", "@typescript-eslint/eslint-plugin": "3.2.0", "@typescript-eslint/parser": "3.2.0", "eslint": "7.2.0", "eslint-config-prettier": "6.11.0", "eslint-plugin-prettier": "3.1.3", "husky": "4.2.5", "jest": "26.0.1", "nodemon": "2.0.4", "prettier": "2.0.5", "semantic-release": "17.0.8", "ts-jest": "26.1.0", "typescript": "3.9.5" }, "files": [ "dist/**/*" ], "dependencies": { "aws-ses-local": "^1.0.6", "serverless-ses-local": "^1.0.0" } }