Initial commit

This commit is contained in:
Methanium 2026-07-29 17:37:23 +02:00
commit 0e4d64e6f2
27 changed files with 7867 additions and 0 deletions

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

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