Initial commit

This commit is contained in:
Alois 2026-07-29 22:19:13 +02:00
commit 025c8c8e16
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
46 changed files with 13890 additions and 0 deletions

18
packages/mtp/package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "@methanium/status-mtp",
"private": true,
"type": "module",
"exports": {
".": "./index.ts"
},
"peerDependencies": {
"@methanium/ui": "*",
"mtp": "*",
"react": "^19.0.0"
},
"devDependencies": {
"@methanium/ui": "*",
"mtp": "*",
"react": "^19.2.0"
}
}