Initial code commit

This commit is contained in:
2026-04-11 23:05:26 -04:00
parent a0aab7bce5
commit fab03edcb1
6 changed files with 503 additions and 0 deletions

29
package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"author": "RandyTheSilly",
"keywords": [
"networking",
"subnet",
"converter"
],
"name": "subnet-helper",
"pebble": {
"displayName": "Subnet Helper",
"enableMultiJS": false,
"projectType": "native",
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"flint",
"emery",
"gabbro"
],
"uuid": "09853807-57bd-47e5-8684-e8f2bb3eecad",
"watchapp": {
"watchface": false
}
},
"version": "1.0.0"
}