{
  "name": "egl",
  "version": "1.0.2",
  "description": "",
  "repository": {
    "type": "git",
    "url": "git+https://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector.git"
  },
  "keywords": [],
  "author": "Grand Lyon",
  "license": "AGPL-3.0",
  "main": "./src/index.js",
  "eslintConfig": {
    "extends": [
      "cozy-app"
    ]
  },
  "eslintIgnore": [
    "build"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint"
    }
  },
  "scripts": {
    "start": "node ./src/index.js",
    "dev": "cozy-konnector-dev",
    "standalone": "cozy-konnector-standalone",
    "pretest": "npm run clean",
    "test": "konitor testit .",
    "check": "konitor check .",
    "clean": "rm -rf ./data",
    "build": "webpack",
    "lint": "eslint --fix .",
    "deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector.git}",
    "deploy-dev": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-dev} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector.git}",
    "cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})",
    "travisDeployKey": "./bin/generate_travis_deploy_key"
  },
  "dependencies": {
    "cozy-konnector-libs": "4.42.3",
    "moment": "^2.24.0",
    "moment-timezone": "^0.5.26"
  },
  "devDependencies": {
    "@types/moment-timezone": "^0.5.30",
    "copy-webpack-plugin": "6.1.1",
    "cozy-app-publish": "0.25.0",
    "cozy-jobs-cli": "1.16.2",
    "cozy-konnector-build": "1.2.2",
    "eslint": "5.16.0",
    "eslint-config-cozy-app": "1.6.0",
    "eslint-plugin-prettier": "3.0.1",
    "git-directory-deploy": "1.5.1",
    "husky": "4.3.0",
    "konitor": "0.10.2",
    "svgo": "1.3.2",
    "webpack": "4.44.2",
    "webpack-cli": "3.3.12"
  }
}