Files
pezkuwi-subxt/examples/ffi-example/package.json
T
James Wilson ff6fc1585e Add FFI example (#2037)
* Add FFI example

* Remove unnecessary dependency (libc)

* Tweak python example and add CI
CI Tweak; separate task for ffi-example run

* Remove OnceCell dep; use std

---------

Co-authored-by: wassimans <wassim@wassimans.com>
2025-07-08 12:06:13 +01:00

24 lines
589 B
JSON

{
"name": "subxt-ffi",
"version": "1.0.0",
"description": "Example of exposing some Subxt functionality to other languages through FFI",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wassimans/subxt-ffi.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wassimans/subxt-ffi/issues"
},
"homepage": "https://github.com/wassimans/subxt-ffi#readme",
"dependencies": {
"ffi-napi": "^4.0.3"
}
}