mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
43 lines
933 B
JSON
43 lines
933 B
JSON
{
|
|
"name": "limbo-wasm",
|
|
"collaborators": [
|
|
"the Limbo authors"
|
|
],
|
|
"version": "0.0.13",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/penberg/limbo"
|
|
},
|
|
"type": "module",
|
|
"main": "./node/dist/index.cjs",
|
|
"module": "./web/dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"node": "./node/dist/index.cjs",
|
|
"browser": "./web/dist/index.js",
|
|
"default": "./web/dist/index.js"
|
|
},
|
|
"./limbo-worker.js": "./web/dist/limbo-worker.js"
|
|
},
|
|
"files": [
|
|
"node/dist",
|
|
"web/dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "cd web && vite",
|
|
"test": "cd web && vitest",
|
|
"test:ui": "cd web && vitest --ui"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.49.1",
|
|
"@vitest/ui": "^2.1.8",
|
|
"happy-dom": "^16.3.0",
|
|
"playwright": "^1.49.1",
|
|
"vite": "^6.0.7",
|
|
"vite-plugin-wasm": "^3.4.1",
|
|
"vitest": "^2.1.8",
|
|
"wasm-pack": "^0.13.1"
|
|
}
|
|
}
|