Merge 'fix wasm-runtime package.json' from Nikita Sivukhin

Closes #3066
This commit is contained in:
Pekka Enberg
2025-09-12 18:39:49 +03:00
committed by GitHub

View File

@@ -9,20 +9,16 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/napi-rs.git",
"directory": "wasi-runtime"
"url": "https://github.com/tursodatabase/turso"
},
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"files": [
"runtime.cjs",
"runtime.js",
"fs-proxy.js",
"dist/*.cjs",
"dist/*.js"
"dist/*.js",
"LICENSE"
],
"dependencies": {
"@emnapi/core": "^1.4.5",
@@ -43,4 +39,4 @@
"import": "./dist/fs.js"
}
}
}
}