Skip to content
Snippets Groups Projects
package.json 1.5 KiB
Newer Older
Hugo SUBTIL's avatar
Hugo SUBTIL committed
{
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "name": "cozy-konnector-enedis",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "version": "1.0.0",
  "description": "",
  "repository": {
    "type": "git",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "url": "git+https://github.com/hsubtil/enedis-konnector.git"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  },
  "keywords": [],
  "author": "Cozy Cloud",
  "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 .",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-git@github.com:hsubtil/enedis-konnector.git}",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})",
    "travisDeployKey": "./bin/generate_travis_deploy_key"
  },
  "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "husky": "3.1.0",