-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 801 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 801 Bytes
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
{
"name": "@coderbyheart/nrfcloud-pre-provisioned-device-simulator",
"version": "0.0.0-development",
"description": "Simulates a pre-provisioned device on nRF Cloud that is ready to connect",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/coderbyheart/nrfcloud-pre-provisioned-device-simulator.git"
},
"bugs": {
"url": "https://github.com/coderbyheart/nrfcloud-pre-provisioned-device-simulator/issues"
},
"homepage": "https://github.com/coderbyheart/nrfcloud-pre-provisioned-device-simulator#readme",
"keywords": [
"nrfcloud",
"cellular-iot"
],
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-3-Clause",
"devDependencies": {
"chalk": "5.4.1"
},
"dependencies": {
"mqtt": "5.10.3"
}
}