mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-30 22:44:21 +01:00
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/*"
|
|
}
|
|
}
|