template/packages/mtp/package.json
2026-07-29 15:28:20 +02:00

18 lines
308 B
JSON

{
"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"
}
}