@gotamedia/aws
Version:
Set of AWS helpers for NodeJs Runtime.
40 lines (39 loc) • 1.11 kB
JSON
{
"name": "@gotamedia/aws",
"version": "0.2.2",
"private": false,
"description": "Set of AWS helpers for NodeJs Runtime.",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"Gota",
"Gota Media",
"AWS"
],
"scripts": {
"build": "tsc",
"test": "echo 'No tests'",
"release": "npx commit-and-tag-version --tag-prefix=''",
"finalize-package": "./scripts/finalize-package.sh"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gotamedia/aws.git"
},
"homepage": "https://github.com/gotamedia/aws#readme",
"devDependencies": {
"@aws-sdk/client-lambda": "3.188.0",
"@aws-sdk/client-s3": "3.188.0",
"@aws-sdk/client-sns": "3.188.0",
"@aws-sdk/client-sqs": "3.188.0",
"@aws-sdk/client-ssm": "3.188.0",
"@aws-sdk/types": "3.188.0",
"@types/node": "^20.2.4",
"typescript": "^5.0.4"
},
"dependencies": {
"@gotamedia/utils": "^0.0.3",
"aws-xray-sdk-core": "^3.5.0"
}
}