fix: Convert vendor/pezkuwi-subxt from submodule to regular directory

This commit is contained in:
2025-12-19 16:45:24 +03:00
parent 9a52edf0df
commit fdd023c499
393 changed files with 154124 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"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"
}
}