Files
turso/bindings/wasm/package.json
Pekka Enberg e1b2d043be Limbo 0.0.8
2024-11-20 19:16:11 +02:00

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"
}