custom-metrics
Version:
Custom metrics for AWS
59 lines (58 loc) • 1.54 kB
JSON
{
"name": "custom-metrics",
"version": "1.0.5",
"description": "Custom metrics for AWS",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"types": "dist/mjs/index.d.ts",
"exports": {
".": {
"import": "./dist/mjs/index.js",
"require": "./dist/cjs/index.js"
}
},
"keywords": [
"custom-metrics",
"metrics",
"serverless",
"observability",
"typescript",
"aws",
"amazon"
],
"author": {
"name": "Michael O'Brien",
"email": "mob@sensedeep.com"
},
"repository": {
"type": "git",
"url": "https://github.com/sensedeep/custom-metrics.git"
},
"bugs": {
"url": "http://github.com/sensedeep/custom-metrics/issues"
},
"homepage": "https://github.com/sensedeep/custom-metrics",
"license": "MIT",
"scripts": {
"build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup",
"test": "jest --runInBand",
"test-cov": "jest --coverage"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.705.0",
"@aws-sdk/util-dynamodb": "^3.705.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"dynamo-db-local": "^9.3.0",
"jest": "^29.7.0",
"senselogs": "^1.0.7",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2",
"wait-port": "^1.1.0"
},
"files": [
"dist/"
]
}