|  | {
  "name": "cozy-konnector-enercoop",
  "version": "1.0.0",
  "description": "Collects your Enercoop bills",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.allella.io/dje/cozy-konnector-enercoop.git"
  },
  "keywords": ["Enercoop", "bills"],
  "author": "Choj",
  "license": "AGPL-3.0",
  "dependencies": {
    "cozy-konnector-libs": "^3.0.0"
  },
  "scripts": {
    "start": "node index.js",
    "dev": "cozy-konnector-dev",
    "standalone": "cozy-konnector-standalone",
    "build": "webpack",
    "lint": "standard --fix konnector.js",
    "deploy:travis": "git-directory-deploy --username <YOUR_GH_USERNAME> --email <YOUR_EMAIL> --directory build/ --repo=https://$GITHUB_TOKEN@github.com/<USERNAME_GH>/<SLUG_GH>.git",
    "deploy": "git-directory-deploy --directory build/ --branch build --repo=https://gitlab.allella.io/dje/cozy-konnector-enercoop.git"
  },
  "devDependencies": {
    "copy-webpack-plugin": "^4.0.1",
    "git-directory-deploy": "^1.5.1",
    "webpack": "^3"
  }
}
 |