UNPKG

aws-instance-identity-certificates

Version:

Public certificates for AWS Instance Identity Documents. Useful when publishing EC2 AMIs via the AWS Marketplace.

39 lines (38 loc) 1.02 kB
{ "name": "aws-instance-identity-certificates", "version": "1.0.4", "description": "Public certificates for AWS Instance Identity Documents. Useful when publishing EC2 AMIs via the AWS Marketplace.", "main": "index.js", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "type": "module", "jest": { "transform": {} }, "repository": { "type": "git", "url": "git+https://github.com/metaphor-cloud/aws-instance-identity-certificates.git" }, "keywords": [ "Amazon", "Web", "Services", "AWS", "Marketplace", "Instace", "Identity", "Certificates", "Public", "Keys" ], "author": "Rupert Bryant-Greene <rupertbg@users.noreply.github.com>", "license": "MIT", "bugs": { "url": "https://github.com/metaphor-cloud/aws-instance-identity-certificates/issues" }, "homepage": "https://github.com/metaphor-cloud/aws-instance-identity-certificates#readme", "devDependencies": { "jest": "^29.7.0" } }