-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 905 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "cesu",
"version": "2.1.0",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git@github.com:konnectors/cozy-konnector-cesu.git"
},
"dependencies": {
"@cozy/minilog": "1.0.0",
"cozy-clisk": "^0.38.1",
"date-fns": "3.6.0",
"p-wait-for": "^5.0.2"
},
"eslintConfig": {
"extends": [
"cozy-app"
]
},
"eslintIgnore": [
"build"
],
"scripts": {
"lint": "eslint --fix .",
"build": "webpack",
"watch": "webpack --watch",
"deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-$npm_package_repository_url}",
"cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})",
"travisDeployKey": "./bin/generate_travis_deploy_key"
},
"devDependencies": {
"cozy-konnector-build": "1.7.0"
}
}