Files
turso/bindings/wasm/node_package.json
2025-01-16 21:29:16 -05:00

16 lines
309 B
JSON

{
"name": "@limbo-wasm/node",
"version": "0.0.11",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist"],
"exports": {
".": {
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./snippets/*": "./dist/snippets/*"
}
}