Files
turso/bindings/wasm/package.json
Pekka Enberg c4b0eb398c Limbo 0.0.11
2024-12-31 10:43:24 +02:00

21 lines
368 B
JSON

{
"name": "limbo-wasm",
"collaborators": [
"the Limbo authors"
],
"version": "0.0.11",
"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"
}