mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 04:24:21 +01:00
16 lines
333 B
JSON
16 lines
333 B
JSON
{
|
|
"name": "limbo-wasm-integration-tests",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "PROVIDER=better-sqlite3 ava tests/test.js && PROVIDER=limbo-wasm ava tests/test.js"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^5.3.0"
|
|
},
|
|
"dependencies": {
|
|
"better-sqlite3": "^8.4.0",
|
|
"limbo-wasm": "../pkg"
|
|
}
|
|
}
|