Files
turso/bindings/wasm/examples/package.json
Pekka Enberg 0abb917604 Limbo 0.0.13
2025-01-19 13:30:56 +02:00

19 lines
358 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": ".."
}
}