mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
21 lines
367 B
JSON
21 lines
367 B
JSON
{
|
|
"name": "limbo-wasm",
|
|
"collaborators": [
|
|
"the Limbo authors"
|
|
],
|
|
"version": "0.0.8",
|
|
"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"
|
|
}
|