mirror of
https://github.com/mudita/mudita-center.git
synced 2026-01-19 19:42:08 -05:00
13 lines
199 B
JSON
13 lines
199 B
JSON
{
|
|
"name": "help/models",
|
|
"version": "0.0.1",
|
|
"main": "./index.js",
|
|
"types": "./index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.mjs",
|
|
"require": "./index.js"
|
|
}
|
|
}
|
|
}
|