{
  "name": "@severi/serverless-finch",
  "version": "2.4.4",
  "engines": {
    "node": ">=4.0"
  },
  "description": "Deploy your serverless static website to AWS S3.",
  "main": "index.js",
  "scripts": {
    "precommit": "lint-staged",
    "test": "python3 ./test/automated_tests.py"
  },
  "lint-staged": {
    "**/*.{js,json}": [
      "prettier --write",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fernando-mc/serverless-finch.git"
  },
  "keywords": [
    "serverless",
    "serverless plugins",
    "lambda",
    "aws",
    "aws lambda",
    "amazon",
    "amazon web services",
    "s3",
    "website",
    "frontend",
    "serverless.com"
  ],
  "author": "Fernando Medina Corey",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fernando-mc/serverless-finch/issues"
  },
  "homepage": "https://github.com/fernando-mc/serverless-finch#readme",
  "dependencies": {
    "is_js": "^0.9.0",
    "mime": "^1.2.11",
    "minimatch": "^3.0.4",
    "prompt-confirm": "^1.2.0"
  },
  "devDependencies": {
    "husky": "^0.14.3",
    "lint-staged": "^7.0.0",
    "mocha": "^5.0.0",
    "prettier": "^1.14.3",
    "serverless": "^1.26.0"
  }
}
