-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.28 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
{
"name": "@coderbyheart/m2m-tek03-guestlecture-2021",
"version": "0.0.0-development",
"description": "Guest lecture at Høyskolen Kristiania in the course Maskin-til maskin-kommunikasjon (TEK303) about Protocols for the Internet of Things & Serverless Architecture",
"scripts": {
"start": "npx live-server --port=8000 --no-browser --open=./public",
"watch": "./.devcontainer/wa make build",
"postinstall": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderbyheart/m2m-tek03-guestlecture-2021.git"
},
"keywords": [
"Cellular IoT",
"LTE-M",
"NB-IoT",
"MQTT",
"LWM2M",
"CoAP",
"Cloud",
"Application Development",
"Serverless",
"Architecture",
"AWS",
"Azure"
],
"author": "Markus Tacker <Markus.Tacker@NordicSemi.no>",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/coderbyheart/m2m-tek03-guestlecture-2021/issues"
},
"homepage": "https://github.com/coderbyheart/m2m-tek03-guestlecture-2021#readme",
"devDependencies": {
"@nordicsemiconductor/asset-tracker-cloud-code-style": "9.2.11",
"live-server": "1.2.1",
"prettier": "2.4.1"
},
"lint-staged": {
"*.{yml,md,js,json}": [
"prettier --write --config .prettierrc.js"
]
}
}