{
  "name": "@trayio/falafel",
  "version": "1.38.1",
  "description": "A framework for developing and running connectors.",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha --exit test/**"
  },
  "author": "tray.io",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/trayio/falafel.git"
  },
  "bugs": {
    "url": "https://github.com/trayio/falafel/issues"
  },
  "files": [
    "lib/",
    "README.md"
  ],
  "homepage": "https://github.com/trayio/falafel#readme",
  "dependencies": {
    "@trayio/needle": "~4.0.0",
    "@trayio/threadneedle": "~1.18.0",
    "aws-sdk": "~2.1506.0",
    "generate-schema": "~2.6.0",
    "lodash": "~4.17.20",
    "mime": "~2.6.0",
    "moment": "~2.29.4",
    "qs": "^6.6.1",
    "when": "~3.7.8",
    "winston": "^3.8.2"
  },
  "devDependencies": {
    "body-parser": "^1.20.1",
    "eslint": "~6.8.0",
    "express": "^4.18.2",
    "fs-extra": "~9.0.1",
    "mocha": "^10.2.0",
    "nock": "~12.0.3",
    "proxyquire": "~2.1.0"
  }
}
