|
| 1 | +{ |
| 2 | + "name": "powertools-logger-ts", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "AWS Powertools logger TypeScript integration example", |
| 5 | + "scripts": { |
| 6 | + "start": "serverless offline", |
| 7 | + "deploy:dev": "serverless deploy --aws-profile personal --stage dev", |
| 8 | + "deploy:production": "serverless deploy --aws-profile personal --stage production", |
| 9 | + "test": "exit 0", |
| 10 | + "lint": "eslint '*/**/*.{js,ts}'", |
| 11 | + "prettier": "prettier --write '*/**/*.{js,ts}'" |
| 12 | + }, |
| 13 | + "engines": { |
| 14 | + "node": "16.x", |
| 15 | + "yarn": ">= 1.19.1" |
| 16 | + }, |
| 17 | + "dependencies": { |
| 18 | + "@aws-lambda-powertools/logger": "1.4.1", |
| 19 | + "@middy/core": "3.6.2", |
| 20 | + "aws-lambda": "1.0.7", |
| 21 | + "http-errors": "2.0.0", |
| 22 | + "serverless": "3.23.0", |
| 23 | + "source-map-support": "0.5.19" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@commitlint/cli": "11.0.0", |
| 27 | + "@commitlint/config-conventional": "11.0.0", |
| 28 | + "@serverless/typescript": "3.21.0", |
| 29 | + "@types/aws-lambda": "8.10.108", |
| 30 | + "@types/lodash": "4.14.186", |
| 31 | + "@types/node": "14.14.6", |
| 32 | + "@typescript-eslint/eslint-plugin": "4.13.0", |
| 33 | + "@typescript-eslint/parser": "4.13.0", |
| 34 | + "commitlint": "11.0.0", |
| 35 | + "esbuild": "0.15.12", |
| 36 | + "eslint": "7.17.0", |
| 37 | + "eslint-config-airbnb-base": "14.2.1", |
| 38 | + "eslint-config-prettier": "7.1.0", |
| 39 | + "eslint-import-resolver-typescript": "2.3.0", |
| 40 | + "eslint-plugin-import": "2.22.1", |
| 41 | + "eslint-plugin-prettier": "3.3.1", |
| 42 | + "husky": "4.3.7", |
| 43 | + "lint-staged": "10.5.3", |
| 44 | + "prettier": "2.2.1", |
| 45 | + "serverless-esbuild": "1.33.0", |
| 46 | + "serverless-offline": "11.2.1", |
| 47 | + "serverless-prune-plugin": "1.5.0", |
| 48 | + "serverless-webpack": "5.2.0", |
| 49 | + "ts-loader": "8.0.10", |
| 50 | + "ts-node": "9.1.1", |
| 51 | + "tsconfig-paths-webpack-plugin": "3.3.0", |
| 52 | + "typescript": "4.0.5" |
| 53 | + }, |
| 54 | + "author": "Christian Rich", |
| 55 | + "license": "MIT" |
| 56 | +} |
0 commit comments