{
  "name": "sls-helper-plugin-janis",
  "version": "10.1.0",
  "description": "A Serverless Helper plugin to add custom helpers for Janis Commerce",
  "main": "lib/plugin.js",
  "scripts": {
    "lint": "eslint ./lib ./tests",
    "test": "mocha --recursive --require tests/bootstrap.js tests/unit/",
    "test:ci": "nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive --require tests/bootstrap.js tests/unit/",
    "coverage": "nyc npm test",
    "prepare": "husky install"
  },
  "files": [
    "/lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jormaechea/sls-helper-plugin-janis.git"
  },
  "keywords": [
    "serverless",
    "serverless-framework",
    "serverless-config-file",
    "helper",
    "serverless-helper",
    "node",
    "js",
    "sls-helper",
    "sls-helper-plugin",
    "sls-helper-plugin-janis",
    "janis",
    "janis-commerce",
    "janiscommerce"
  ],
  "author": "Joaquin Ormaechea",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jormaechea/sls-helper-plugin-janis/issues"
  },
  "homepage": "https://github.com/jormaechea/sls-helper-plugin-janis#readme",
  "devDependencies": {
    "aws-sdk-client-mock": "^4.1.0",
    "eslint": "^8.48.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.28.1",
    "husky": "^8.0.3",
    "mocha": "^10.2.0",
    "mock-require": "^3.0.3",
    "nyc": "^15.1.0",
    "serverless": "^3.34.0",
    "sinon": "^15.2.0"
  },
  "dependencies": {
    "@aws-sdk/client-ram": "^3.677.0",
    "@aws-sdk/client-ssm": "^3.677.0",
    "fastest-validator": "^1.19.0",
    "lllog": "^1.1.2",
    "lodash.camelcase": "^4.3.0",
    "lodash.snakecase": "^4.1.1",
    "lodash.startcase": "^4.4.0",
    "semver": "^7.5.4"
  },
  "peerDependencies": {
    "serverless": "^3.30.1",
    "sls-helper": ">= 1.15.0"
  }
}
