Newer
Older

Guilhem CARRON
committed
"name": "enedissgegrandlyon",
"type": "https",
"url": "https://forge.grandlyon.com/web-et-numerique/llle_project/enedis-sge-konnector"
"author": "Cozy Cloud",
"license": "AGPL-3.0",
"eslintConfig": {
"extends": [
"cozy-app"
]
},
"eslintIgnore": [
"build",
"data"
],
"husky": {
"hooks": {
"pre-commit": "yarn lint"
}
},

Bastien DUMONT
committed
"jest": {

Bastien DUMONT
committed
},
"build": "webpack",
"clean": "rm -rf ./data",
"cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})",
"deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build}",
"deploy-dev": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-dev}",

Bastien DUMONT
committed
"onDeleteAccount:standalone": "cozy-konnector-standalone src/onDeleteAccount.js",
"onDeleteAccount": "cozy-konnector-dev src/onDeleteAccount.js",
"release": "standard-version --no-verify",
"standalone": "cozy-konnector-standalone",
"standalone-no-data": "NO_DATA=true cozy-konnector-standalone src/index.js",
"start": "node ./src/index.js",
"test:cov": "jest --coverage",
"test": "jest",
"travisDeployKey": "./bin/generate_travis_deploy_key"
},
"dependencies": {
"@sentry/node": "^7.23.0",
"@sentry/tracing": "^7.23.0",
"cozy-konnector-libs": "4.55.0",
"cozy-konnector-build": "1.3.4",
"eslint-config-cozy-app": "1.3.3",
"eslint-plugin-prettier": "^4.0.0",
"jest-junit": "^14.0.0",
"standard-version": "^9.5.0"