serverless-offline-elasticmq-localhost
Version:
Serverless Framework Plugin to download and run ElasticMQ
82 lines (81 loc) • 2.31 kB
JSON
{
"name": "serverless-offline-elasticmq-localhost",
"version": "1.2.9",
"description": "Serverless Framework Plugin to download and run ElasticMQ",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint './src/**/*.{js,ts,tsx}'",
"lint:fix": "eslint './src/**/*.{js,ts,tsx}' --fix",
"test": "jest",
"test:watch": "jest --watchAll",
"build": "tsc",
"watch": "tsc -w",
"start": "npm link && nodemon",
"make_bin": "mkdir -p bin",
"download": "curl -o bin/elasticmq-server-0.15.7.jar https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-0.15.7.jar",
"postinstall": "npm run make_bin",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/C4n4rd0/serverless-offline-elasticmq-localhost.git"
},
"keywords": [
"serverless",
"serverless-plugin",
"sls",
"sls-plugin",
"aws",
"sqs",
"elasticmq",
"local",
"offline",
"sqs local",
"sqs offline"
],
"author": {
"name": "C4n4rd0"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/C4n4rd0/serverless-offline-elasticmq-localhost/issues"
},
"homepage": "https://github.com/C4n4rd0/serverless-offline-elasticmq-localhost#readme",
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-push": "npm run lint && npm test"
}
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.14.1",
"@types/serverless": "^3.12.27",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.0",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"@eslint/js": "^9.25.1",
"eslint-plugin-prettier": "^5.2.6",
"husky": "^9.1.7",
"jest": "^29.7.0",
"nodemon": "^3.1.10",
"prettier": "^3.5.3",
"semantic-release": "^24.2.3",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.0"
},
"files": [
"dist/**/*"
],
"dependencies": {
"@rauschma/stringio": "^1.4.0",
"aws-sdk": "^2.1692.0",
"serverless": "^3.40.0"
}
}