{
  "name": "@janiscommerce/data-lake",
  "version": "1.8.0",
  "description": "Package to send data to Janis Commerce Data Lake service",
  "main": "lib/index.js",
  "scripts": {
    "test": "export TEST_ENV=true; mocha --exit -R nyan --recursive tests/",
    "test-ci": "export TEST_ENV=true; nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive tests/",
    "watch-test": "export TEST_ENV=true; mocha --exit -R nyan -w --recursive tests/",
    "coverage": "nyc npm test",
    "coverage-ci": "export TEST_ENV=true; nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive tests/",
    "lint": "eslint lib/ tests/",
    "prepare": "husky install",
    "postpublish": "./.postpublish.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/janis-commerce/data-lake.git"
  },
  "author": "Janis",
  "license": "ISC",
  "homepage": "https://github.com/janis-commerce/data-lake.git#readme",
  "devDependencies": {
    "@janiscommerce/model": "^8.12.1",
    "aws-sdk-client-mock": "^4.1.0",
    "eslint": "^8.57.1",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.31.0",
    "husky": "^8.0.3",
    "mocha": "^10.8.2",
    "nyc": "^15.1.0",
    "sinon": "^17.0.2"
  },
  "files": [
    "lib/"
  ],
  "directories": {
    "test": "tests"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.1020.0",
    "@aws-sdk/lib-storage": "^3.1020.0",
    "@janiscommerce/api-session": "^3.4.0",
    "@janiscommerce/lambda": "^6.3.0",
    "@janiscommerce/settings": "^1.0.1",
    "@janiscommerce/sqs-consumer": "^1.1.0",
    "@janiscommerce/sqs-emitter": "^1.1.0",
    "@janiscommerce/superstruct": "^1.2.2",
    "lllog": "^1.1.2"
  }
}
