{
  "name": "@change-org/longlinks",
  "version": "0.1.6",
  "description": "A serverless URL shortener that leverages Amazon Lambda for short link creation, and S3 for link storage and redirection.",
  "author": "Change Engineering",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/change/longlinks.git"
  },
  "homepage": "https://github.com/change/longlinks",
  "bugs": "https://github.com/change/longlinks/issues",
  "engines": {
    "node": "8.10.0"
  },
  "dependencies": {
    "fnv-plus": "^1.2.12",
    "jsbn": "^1.1.0",
    "lodash.endswith": "^4.2.1",
    "lodash.find": "^4.6.0",
    "lodash.get": "^4.4.2"
  },
  "devDependencies": {
    "@change-org/eslint-plugin-change": "^1.1.0",
    "aws-sdk": "^2.425.0",
    "eslint": "^5.16.0",
    "eslint-config-change-base": "^9.0.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^22.15.0",
    "eslint-plugin-lodash": "^6.0.0",
    "eslint-plugin-mocha": "^6.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-security": "^1.4.0",
    "jest": "^24.5.0",
    "jest-extended": "^0.11.2"
  },
  "scripts": {
    "lint": "eslint . --cache",
    "pretest": "npm run lint",
    "test": "jest"
  },
  "jest": {
    "setupFilesAfterEnv": [
      "jest-extended"
    ]
  }
}
