mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01:00
21 lines
367 B
JSON
21 lines
367 B
JSON
{
|
|
"name": "limbo-wasm",
|
|
"collaborators": [
|
|
"the Limbo authors"
|
|
],
|
|
"version": "0.0.9",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/penberg/limbo"
|
|
},
|
|
"files": [
|
|
"snippets",
|
|
"limbo_wasm_bg.wasm",
|
|
"limbo_wasm.js",
|
|
"limbo_wasm.d.ts"
|
|
],
|
|
"main": "limbo_wasm.js",
|
|
"types": "limbo_wasm.d.ts"
|
|
}
|