Files
turso/bindings/wasm/examples/package.json
Pekka Enberg fb72f9688b Initial commit
2023-08-27 09:59:12 +03:00

16 lines
270 B
JSON

{
"name": "lig-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": {
}
}