Files
turso/bindings/wasm/examples/package.json
2024-11-20 18:20:39 +02:00

19 lines
362 B
JSON

{
"name": "limbo-example",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"better-sqlite3": "^11.5.0",
"drizzle-orm": "^0.36.3",
"limbo-wasm": "../pkg"
}
}