cozy-konnector-netentreprise/package.json

56 lines
1.6 KiB
JSON
Raw Permalink Normal View History

{
2018-11-12 17:14:02 +00:00
"name": "cozy-konnector-net-entreprise-micro",
2019-07-22 13:34:56 +00:00
"version": "1.3.0",
"description": "",
"repository": {
"type": "git",
2018-11-12 17:14:02 +00:00
"url": "git+https://github.com/konnectors/net-entreprise-micro.git"
},
"keywords": [],
2018-11-12 17:14:02 +00:00
"author": "Schoumi",
"license": "AGPL-3.0",
"main": "./src/index.js",
"eslintConfig": {
"extends": [
2019-03-21 05:50:07 +00:00
"cozy-app"
]
},
"eslintIgnore": [
"build"
],
"scripts": {
"start": "node ./src/index.js",
2019-03-21 05:50:07 +00:00
"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 .",
2018-11-12 17:14:02 +00:00
"deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-https://$GITHUB_TOKEN@github.com/konnectors/net-entreprise-micro.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.18.3",
"moment": "2.24.0"
},
"devDependencies": {
"copy-webpack-plugin": "5.0.3",
"cozy-app-publish": "0.16.4",
"cozy-jobs-cli": "1.8.25",
"eslint": "5.16.0",
"eslint-config-cozy-app": "1.2.0",
"eslint-plugin-prettier": "3.1.0",
"git-directory-deploy": "1.5.1",
"husky": "1.3.1",
"konitor": "0.10.2",
2018-12-06 16:35:26 +00:00
"string-replace-loader": "^2.1.1",
"svgo": "1.3.0",
"webpack": "4.36.1",
"webpack-cli": "3.3.6"
}
}