mirror of
https://github.com/mudita/mudita-center.git
synced 2026-01-26 06:50:51 -05:00
13 lines
200 B
JSON
13 lines
200 B
JSON
{
|
|
"name": "help/feature",
|
|
"version": "0.0.1",
|
|
"main": "./index.js",
|
|
"types": "./index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.mjs",
|
|
"require": "./index.js"
|
|
}
|
|
}
|
|
}
|