cozy-konnector-netentreprise/package.json

55 rader
1.6 KiB
JSON
Normal vy Historik

{
2018-11-12 17:14:02 +00:00
"name": "cozy-konnector-net-entreprise-micro",
2018-11-20 12:39:38 +00:00
"version": "1.0.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": [
"eslint-config-cozy-app"
]
},
"eslintIgnore": [
"build"
],
"scripts": {
"start": "node ./src/index.js",
"dev": "cozy-run-dev",
"standalone": "cozy-run-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.11.8",
2018-11-12 17:14:02 +00:00
"moment": "2.22.2"
},
"devDependencies": {
2018-11-12 17:35:25 +00:00
"copy-webpack-plugin": "4.6.0",
"cozy-app-publish": "0.9.1",
"cozy-jobs-cli": "1.5.8",
"eslint": "5.10.0",
2018-11-12 17:35:25 +00:00
"eslint-config-cozy-app": "1.1.4",
"git-directory-deploy": "1.5.1",
"husky": "1.2.0",
"konitor": "0.10.1",
2018-12-06 16:35:26 +00:00
"string-replace-loader": "^2.1.1",
2018-11-12 17:35:25 +00:00
"svgo": "1.1.1",
"webpack": "4.27.1",
2018-11-12 17:35:25 +00:00
"webpack-cli": "3.1.2"
}
}