mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 21:59:10 +00:00
13 lines
190 B
JSON
13 lines
190 B
JSON
{
|
|
"name": "ui",
|
|
"version": "0.0.1",
|
|
"main": "./index.js",
|
|
"types": "./index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.mjs",
|
|
"require": "./index.js"
|
|
}
|
|
}
|
|
}
|