mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-05 17:24:21 +01:00
15 lines
266 B
JSON
15 lines
266 B
JSON
{
|
|
"name": "@limbo-wasm/web",
|
|
"version": "0.0.11",
|
|
"type": "module",
|
|
"main": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": ["dist"],
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
}
|
|
}
|