generated from methanium/template
Initial commit
This commit is contained in:
commit
025c8c8e16
46 changed files with 13890 additions and 0 deletions
18
packages/mtp/package.json
Normal file
18
packages/mtp/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue