UNPKG

aws-cloudformation-custom-resource

Version:

Helper for managing custom AWS CloudFormation resources in a Lambda function

45 lines (44 loc) 1.26 kB
{ "name": "aws-cloudformation-custom-resource", "version": "5.0.0", "description": "Helper for managing custom AWS CloudFormation resources in a Lambda function", "main": "src/index.js", "types": "src/index.d.ts", "scripts": { "build": "make build" }, "repository": { "type": "git", "url": "git+https://github.com/udondan/aws-cloudformation-custom-resource.git" }, "keywords": [ "aws", "cloudformation", "lambda", "resource", "cloudformation-custom-resource" ], "author": { "name": "Daniel Schroeder", "url": "https://www.udondan.com/" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/udondan/aws-cloudformation-custom-resource/issues" }, "homepage": "https://github.com/udondan/aws-cloudformation-custom-resource#readme", "devDependencies": { "@swc/core": "^1.4.2", "@swc/helpers": "^0.5.6", "@types/node": "^20.11.24", "@typescript-eslint/eslint-plugin": "7.2.0", "@typescript-eslint/parser": "7.2.0", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-deprecation": "2.0.0", "eslint-plugin-prettier": "5.1.3", "prettier": "3.2.5", "regenerator-runtime": "^0.14.1", "typescript": "^5.3.3" } }