mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 07:51:34 +03:00
15 lines
297 B
JSON
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"
|
||
|
}
|
||
|
}
|