-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.05 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.05 KB
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
{
"name": "global-azure-bootcamp-2025",
"version": "1.0.0",
"description": "[](https://github.com/coding-club-linz/global-azure-bootcamp-2022/actions/workflows/ci-cd.yaml)",
"main": "index.js",
"scripts": {
"serve": "hugo serve --baseUrl http://127.0.0.1/",
"test": "echo \"Error: no test specified\" && exit 1",
"create-banners": "cd ./streaming-assets/banners && node generate.js",
"create-cards": "cd ./streaming-assets/cards && node generate.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coding-club-linz/global-azure-bootcamp-2022.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/coding-club-linz/global-azure-bootcamp-2022/issues"
},
"homepage": "https://github.com/coding-club-linz/global-azure-bootcamp-2022#readme",
"devDependencies": {
"remove-markdown": "^0.3.0"
},
"dependencies": {
"hugo-extended": "^0.110.0"
}
}