{
  "name": "reshuffle-base-connector",
  "version": "0.0.11",
  "description": "This package contains utilities for implementing new Reshuffle connectors",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rimraf dist && tsc",
    "build:watch": "rimraf dist && tsc -w",
    "lint": "eslint . --ext .ts,.js --fix",
    "prepublishOnly": "rimraf dist && tsc",
    "prepare": "rimraf dist && tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reshufflehq/reshuffle-base-connector.git"
  },
  "keywords": [
    "Reshuffle",
    "integrations",
    "workflows"
  ],
  "author": "Amir Shevat, Christophe Gachiniard, Nimo Naamani",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reshufflehq/reshuffle-base-connector/issues"
  },
  "homepage": "https://github.com/reshufflehq/reshuffle-base-connector#readme",
  "dependencies": {
    "nanoid": "^3.1.12",
    "@types/express": "^4.17.8",
    "@types/winston": "^2.4.4"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^3.10.1",
    "@typescript-eslint/parser": "^3.10.1",
    "eslint": "^7.7.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.4",
    "prettier": "^2.1.1",
    "rimraf": "^3.0.2",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.2"
  }
}
