feat: initialize Kurdistan SDK - independent fork of Polkadot SDK

This commit is contained in:
2025-12-13 15:44:15 +03:00
commit e4778b4576
6838 changed files with 1847450 additions and 0 deletions
@@ -0,0 +1,23 @@
{
"name": "papi-tests",
"module": "index.ts",
"type": "module",
"private": true,
"devDependencies": {
"@pezkuwi-api/cli": "^0.14.0",
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@pezkuwi-labs/hdkd": "^0.0.16",
"commander": "^14.0.0",
"pezkuwi-api": "^1.13.1",
"strip-ansi": "^7.1.0",
"winston": "^3.17.0"
},
"optionalDependencies": {
"@pezkuwi-api/descriptors": "file:.papi/descriptors"
}
}