-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.45 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "cozy-konnector-pronote",
"version": "2.10.0",
"description": "",
"repository": {
"type": "git",
"url": "[email protected]:konnectors/pronote.git"
},
"keywords": [],
"author": "Cozy Cloud",
"license": "AGPL-3.0",
"eslintConfig": {
"extends": [
"cozy-app"
]
},
"eslintIgnore": [
"build",
"data"
],
"husky": {
"hooks": {
"pre-commit": "yarn lint"
}
},
"scripts": {
"start": "node ./src/index.js",
"dev": "cozy-konnector-dev",
"standalone": "cozy-konnector-standalone",
"pretest": "npm run clean",
"clean": "rm -rf ./data",
"build": "webpack",
"lint": "eslint --fix .",
"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"
},
"dependencies": {
"cozy-client": "^48.8.0",
"cozy-flags": "^4.0.0",
"cozy-konnector-libs": "5.11.0",
"globals": "^15.8.0",
"pawnote": "^0.22.1",
"pronote-api-maintained": "^3.1.0"
},
"devDependencies": {
"cozy-jobs-cli": "2.4.2",
"cozy-konnector-build": "1.7.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}