{
"name": "tinyhumans-rust-sdk-tools",
"private": true,
"description": "Contract tooling for the TinyHumans Rust SDK",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/tinyhumansai/sdk"
},
"scripts": {
"check:openapi": "node scripts/sync-openapi.mjs --check",
"sync:openapi": "node scripts/sync-openapi.mjs",
"test": "cargo test"
}
}