{ "name": "rust-ffi", "collaborators": [ "Enso Team " ], "version": "0.1.0", "scripts": { "compile": "wasm-pack build . --release --out-dir pkg --target bundler", "postinstall": "corepack pnpm compile" }, "exports": { ".": "./pkg/rust_ffi.js" } }