enso/app/rust-ffi/package.json

15 lines
297 B
JSON
Raw Normal View History

{
"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"
}
}