You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.6 KiB
56 lines
1.6 KiB
{
|
|
"name": "cozy-konnector-net-entreprise-micro",
|
|
"version": "1.3.0",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/konnectors/net-entreprise-micro.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "Schoumi",
|
|
"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://$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",
|
|
"string-replace-loader": "^2.1.1",
|
|
"svgo": "1.3.0",
|
|
"webpack": "4.36.1",
|
|
"webpack-cli": "3.3.6"
|
|
}
|
|
}
|