enso/app/rust-ffi/package.json
Paweł Grabarz b286adaae4
Split ydoc server into separate module (#10735)
# Important Notes
The command to run the gui dev environment has been changed. Invoking the old command will print a message about that.
From now on, use `pnpm dev:gui2` in repository root.
2024-08-08 12:12:05 +00:00

15 lines
297 B
JSON

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