-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
55 lines (55 loc) · 1.73 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
{
"name": "comem-archidep",
"version": "1.0.0",
"description": "Media Engineering Architecture & Deployment Course",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/MediaComem/comem-archidep.git"
},
"author": "COMEM+",
"contributors": [
"Simon Oulevay <[email protected]>",
"Mathias Oberson <[email protected]>",
"Simon Pinkas <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/MediaComem/comem-archidep/issues"
},
"homepage": "https://github.com/MediaComem/comem-archidep#readme",
"type": "module",
"scripts": {
"azure:inventory": "node scripts/generate-azure-inventory.js",
"build": "cross-env DEBUG=courses-md:* courses-md build",
"deploy": "cross-env DEBUG=courses-md:* courses-md publish",
"doctoc": "doctoc --notitle --github README.md CLI-CHEATSHEET.md GIT-CHEATSHEET.md SETUP.md SYSADMIN-CHEATSHEET.md ex subjects",
"format": "prettier --check .",
"format:write": "prettier --write .",
"mails": "node scripts/send-students-data.js",
"setup": "node scripts/process-students-data.js",
"start": "cross-env DEBUG=courses-md:* courses-md",
"watch": "cross-env DEBUG=courses-md:* courses-md watch"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.654.0",
"chalk": "^5.0.1",
"courses-md": "~0.7.5",
"cross-env": "^7.0.3",
"csv-parse": "^5.3.0",
"doctoc": "^2.0.1",
"font-awesome": "^4.7.0",
"git-memoir": "~0.4.0",
"inquirer": "^11.0.2",
"js-yaml": "^4.1.0",
"lodash": "^4.17.20",
"ora": "^8.1.0",
"prettier": "^3.0.3",
"table": "^6.0.3",
"tippy.js": "^6.2.6",
"uuid": "^10.0.0"
},
"engines": {
"node": "^22.0.0"
}
}