mirror of
https://github.com/mudita/mudita-center.git
synced 2026-02-20 16:10:45 -05:00
13 lines
202 B
JSON
13 lines
202 B
JSON
{
|
|
"name": "app-sql/models",
|
|
"version": "0.0.1",
|
|
"main": "./index.js",
|
|
"types": "./index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.mjs",
|
|
"require": "./index.js"
|
|
}
|
|
}
|
|
}
|