{
  "name": "reshuffle-asana-connector",
  "version": "0.0.2",
  "description": "Reshuffle Asana connector",
  "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-asana-connector.git"
  },
  "keywords": [
    "Reshuffle",
    "integrations",
    "workflows",
    "asana"
  ],
  "author": "Reshuffle",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reshufflehq/reshuffle-asana-connector/issues"
  },
  "homepage": "https://github.com/reshufflehq/reshuffle-asana-connector#readme",
  "dependencies": {
    "@types/asana": "^0.18.1",
    "asana": "^0.18.5",
    "reshuffle-base-connector": "^0.0.11"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.8.0",
    "@typescript-eslint/parser": "^4.8.0",
    "eslint": "^7.13.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-prettier": "^3.1.4",
    "prettier": "^2.1.2",
    "rimraf": "^3.0.2",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.5"
  }
}
