Files
pezkuwi-subxt/examples/ffi-example/package.json
T
pezkuwichain 99e4ee3ab8 Initial rebrand from paritytech/subxt to pezkuwichain/pezkuwi-subxt
- Renamed all subxt crates to pezkuwi-subxt
- Updated internal references
- Configured for Pezkuwi ecosystem
2025-12-21 01:46:25 +03: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"
}
}