UNPKG

@sixleaveakkm/aws-synthetics-local

Version:
32 lines (31 loc) 827 B
{ "name": "@sixleaveakkm/aws-synthetics-local", "version": "0.2.1", "description": "dev library for aws synthetics canary", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/sixleaveakkm/aws-synthetics-local.git" }, "keywords": [ "synthetics", "aws" ], "author": "sixleaveakkm", "license": "Apache-2.0", "bugs": { "url": "https://github.com/sixleaveakkm/aws-synthetics-local/issues" }, "homepage": "https://github.com/sixleaveakkm/aws-synthetics-local#readme", "dependencies": { "puppeteer": "5.2.0", "SyntheticsLogger": "npm:@sixleaveakkm/aws-synthetics-logger-local@0.1.6", "yargs": "^16.0.3" }, "bin": { "canary-run": "./bin/canary-run.js" } }