{
  "name": "@getlago/lago-connector",
  "version": "1.0.3",
  "description": "Lago global connector structure",
  "author": "Cyril HAGEGE <cyril@getlago.com>",
  "homepage": "https://github.com/getlago/lago#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/getlago/lago.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "rimraf lib && tsc",
    "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
    "test": "jest --config ../../jest.config.json --rootDir src --verbose --color"
  },
  "bugs": {
    "url": "https://github.com/getlago/lago/issues"
  },
  "devDependencies": {
    "@types/jest": "^27.0.2",
    "@types/node": "^16.11.6",
    "@typescript-eslint/eslint-plugin": "^5.2.0",
    "@typescript-eslint/parser": "^5.2.0",
    "eslint": "^8.1.0",
    "eslint-config-airbnb-typescript": "^14.0.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.3.1",
    "prettier": "^2.4.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.0.7",
    "typescript": "^4.4.4"
  },
  "dependencies": {
    "lodash": "^4.17.21"
  },
  "gitHead": "504859bb1540116d51b0d219f3304dde878e687c"
}
