-
- Downloads
feat(format): normalized data storing
{ | ||
"name": "cozy-konnector-template", | ||
"name": "egl-api-connector", | ||
"version": "1.0.0", | ||
"description": "", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/konnectors/template.git" | ||
"url": "git+https://gitlab.alpha.grandlyon.com/cozy/egl-api-connector.git" | ||
}, | ||
"keywords": [], | ||
"author": "Cozy Cloud", | ||
... | ... | @@ -33,12 +33,13 @@ |
"clean": "rm -rf ./data", | ||
"build": "webpack", | ||
"lint": "eslint --fix .", | ||
"deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-git@github.com:konnectors/template.git}", | ||
"deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-https://gitlab.alpha.grandlyon.com/cozy/egl-api-connector.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.15.7" | ||
"cozy-konnector-libs": "4.15.7", | ||
"moment": "^2.24.0" | ||
}, | ||
"devDependencies": { | ||
"copy-webpack-plugin": "5.0.3", | ||
... | ... |
Please register or sign in to comment