mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-27 03:44:25 +01:00
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
16 lines
309 B
JSON
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/*"
|
|
}
|
|
}
|