-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 1.55 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "scolengo-api",
"version": "3.0.5",
"types": "types/index.d.ts",
"readme": "README.md",
"maintainers": [
{
"name": "Maël Gangloff",
"email": "[email protected]",
"url": "https://github.com/maelgangloff"
}
],
"homepage": "https://github.com/maelgangloff/scolengo-api#readme",
"bugs": {
"url": "https://github.com/maelgangloff/scolengo-api/issues"
},
"description": "Unofficial API client of Skolengo",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/maelgangloff/scolengo-api.git"
},
"author": {
"name": "Maël Gangloff",
"email": "[email protected]",
"url": "https://github.com/maelgangloff"
},
"license": "GPL-3.0-or-later",
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "eslint src/ test/ --ext .ts",
"test": "jest",
"doc": "jsdoc2md --template docs/README.hbs -f dist/index.js > README.md"
},
"dependencies": {
"axios": "^1.3.5",
"base-64": "^1.0.0",
"jsonapi-fractal": "^2.3.1"
},
"optionalDependencies": {
"openid-client": "^5.4.0"
},
"devDependencies": {
"@types/base-64": "^1.0.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.10.6",
"ajv": "^8.13.0",
"eslint": "^8.38.0",
"jest": "^29.7.0",
"jsdoc-to-markdown": "^8.0.0",
"ts-jest": "^29.1.2",
"ts-json-schema-generator": "^2.1.1",
"ts-standard": "^12.0.2",
"typescript": "^5.0.4"
},
"keywords": [
"Skolengo",
"API",
"Kdecole",
"Kosmos",
"Mon Bureau Numérique"
]
}