Files
turso/bindings/wasm/package.json
2025-01-01 10:31:26 -05:00

36 lines
730 B
JSON

{
"name": "limbo-wasm",
"collaborators": [
"the Limbo authors"
],
"version": "0.0.11",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/penberg/limbo"
},
"files": [
"snippets",
"limbo_wasm_bg.wasm",
"limbo_wasm.js",
"limbo_wasm.d.ts"
],
"main": "limbo_wasm.js",
"types": "limbo_wasm.d.ts",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest --sequence.shuffle=false",
"test:ui": "vitest --ui"
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"@vitest/ui": "^1.0.0",
"happy-dom": "^12.0.0",
"playwright": "^1.40.0",
"vite": "^5.0.0",
"vite-plugin-wasm": "^3.4.1",
"vitest": "^1.0.0"
}
}