UNPKG

@serverless-plugin-sqs-local/elasticmq-localhost

Version:
49 lines (48 loc) 1.25 kB
{ "name": "@serverless-plugin-sqs-local/elasticmq-localhost", "version": "1.0.0", "description": "ElasticMQ runner for development and testing", "keywords": [ "elasticmq" ], "author": "kobanyan", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/kobanyan/serverless-plugin-sqs-local.git" }, "bugs": { "url": "https://github.com/kobanyan/serverless-plugin-sqs-local/issues" }, "homepage": "https://github.com/kobanyan/serverless-plugin-sqs-local/tree/master/packages/elasticmq-localhost#readme", "engines": { "node": ">=14" }, "main": "lib/index.js", "module": "lib/index.mjs", "files": [ "lib/", "src/" ], "publishConfig": { "access": "public" }, "scripts": { "build": "run-s clean compile", "clean": "rimraf ./lib", "compile": "rollup -c ../rollup.config.js", "lint": "eslint src/**/*.ts", "test": "jest --coverage" }, "dependencies": { "lodash.mergewith": "^4.6.2", "node-fetch": "^2.6.7", "progress": "^2.0.3" }, "devDependencies": { "@types/lodash.mergewith": "^4.6.6", "@types/node-fetch": "^2.6.1", "@types/progress": "^2.0.3" }, "gitHead": "e79c37957215568799730c36a4502edaf8b66a7f" }