UNPKG

1.55 kBJSONView Raw
1{
2 "name": "@middy/cloudwatch-metrics",
3 "version": "5.0.2",
4 "description": "Embedded CloudWatch metrics middleware for the middy framework",
5 "type": "module",
6 "engines": {
7 "node": ">=14"
8 },
9 "engineStrict": true,
10 "publishConfig": {
11 "access": "public"
12 },
13 "module": "./index.js",
14 "exports": {
15 ".": {
16 "import": {
17 "types": "./index.d.ts",
18 "default": "./index.js"
19 }
20 }
21 },
22 "types": "index.d.ts",
23 "files": [
24 "index.js",
25 "index.d.ts"
26 ],
27 "scripts": {
28 "test": "npm run test:unit",
29 "test:unit": "ava",
30 "test:benchmark": "node __benchmarks__/index.js"
31 },
32 "license": "MIT",
33 "keywords": [
34 "Lambda",
35 "Middleware",
36 "Serverless",
37 "Framework",
38 "AWS",
39 "AWS Lambda",
40 "Middy",
41 "HTTP",
42 "API",
43 "Metrics",
44 "Custom Metrics",
45 "Embedded Metrics",
46 "CloudWatch"
47 ],
48 "author": {
49 "name": "Middy contributors",
50 "url": "https://github.com/middyjs/middy/graphs/contributors"
51 },
52 "repository": {
53 "type": "git",
54 "url": "github:middyjs/middy",
55 "directory": "packages/cloudwatch-metrics"
56 },
57 "bugs": {
58 "url": "https://github.com/middyjs/middy/issues"
59 },
60 "homepage": "https://middy.js.org",
61 "funding": {
62 "type": "github",
63 "url": "https://github.com/sponsors/willfarrell"
64 },
65 "dependencies": {
66 "aws-embedded-metrics": "4.1.1"
67 },
68 "devDependencies": {
69 "@middy/core": "5.0.2",
70 "@types/aws-lambda": "^8.10.101"
71 },
72 "gitHead": "6d17e155237022f2a0abd095ac7cd99ebfc7fc71"
73}