Files
turso/bindings/wasm/node/package.json
Elijah Morgan 02e4104932 reorg package structure
src moved under web/ to make it cleaner
build does less moving of files, mostly just moves the wasm-pack
into dist for node and web
2025-01-16 21:29:19 -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/*"
}
}