-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
1 lines (1 loc) · 989 Bytes
/
package.json
1
{"name":"cozy-konnector-immea","version":"1.0.0","description":"","repository":{"type":"git","url":"git+https://github.com/konnectors/immea.git"},"keywords":[],"author":"Marc Polycarpe","license":"AGPL-3.0","main":"./src/index.js","eslintConfig":{"extends":["cozy-app"]},"eslintIgnore":["build"],"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","precommit":"yarn lint","lint":"eslint --fix .","deploy":"git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-https://[email protected]/konnectors/cozy-konnector-template.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-link":"*"},"devDependencies":{}}