-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.41 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
{
"name": "scolengo-cli",
"version": "1.1.4",
"types": "types/index.d.ts",
"bin": {
"scolengo": "./dist/src/index.js"
},
"homepage": "https://github.com/maelgangloff/scolengo-cli#readme",
"bugs": {
"url": "https://github.com/maelgangloff/scolengo-cli/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/maelgangloff/scolengo-cli.git"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "eslint src/ --ext .ts",
"start": "node ./dist/src/index.js"
},
"description": "Export my data from the Skolengo API",
"main": "dist/src/index.js",
"author": "Maël Gangloff <[email protected]>",
"license": "GPL-3.0-or-later",
"dependencies": {
"axios": "^1.4.0",
"chalk": "^4.1.2",
"cli-progress": "^3.12.0",
"commander": "^10.0.1",
"conf": "10.1.2",
"dotenv": "^16.0.3",
"inquirer": "^8.2.5",
"jszip": "^3.10.1",
"mimetext": "^3.0.6",
"scolengo-api": "^2.0.0",
"update-notifier": "^5.1.0",
"winston": "^3.8.2"
},
"devDependencies": {
"@types/cli-progress": "^3.11.0",
"@types/inquirer": "^8.2.6",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.3",
"@types/update-notifier": "^5.1.0",
"eslint": "^8.39.0",
"ts-standard": "^12.0.2",
"typescript": "^5.0.4"
},
"keywords": [
"Skolengo",
"API",
"CLI",
"Kdecole",
"Kosmos",
"Mon Bureau Numérique"
]
}