chore(repository): initial commit

This commit is contained in:
mikhail "synzr" 2025-10-11 19:08:30 +05:00
commit 408ea69de8
7 changed files with 112 additions and 0 deletions

30
package.json Normal file
View file

@ -0,0 +1,30 @@
{
"name": "toroface",
"author": "MakeAwesomeHappen",
"version": "1.0.0",
"keywords": ["pebble-app"],
"private": true,
"dependencies": {},
"pebble": {
"displayName": "toroface",
"uuid": "abf5b955-5d57-4067-8f3d-162d8871b4b8",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"watchapp": {
"watchface": false
},
"messageKeys": [
"dummy"
],
"resources": {
"media": []
}
}
}