Every Rust crate in this workspace inherits license = "Apache-2.0" from [workspace.package] in Cargo.toml (see the separate already-filed issue about the missing LICENSE file backing that declaration). package.json — covering scripts/deploy.mjs/invoke.mjs's @stellar/stellar-sdk dependency — has no "license" field at all, an inconsistency between how the Rust and JS halves of this repo declare their licensing. Add "license": "Apache-2.0" to package.json for consistency (it's "private": true so this doesn't affect publishing, just metadata accuracy).
Every Rust crate in this workspace inherits
license = "Apache-2.0"from[workspace.package]inCargo.toml(see the separate already-filed issue about the missingLICENSEfile backing that declaration).package.json— coveringscripts/deploy.mjs/invoke.mjs's@stellar/stellar-sdkdependency — has no"license"field at all, an inconsistency between how the Rust and JS halves of this repo declare their licensing. Add"license": "Apache-2.0"topackage.jsonfor consistency (it's"private": trueso this doesn't affect publishing, just metadata accuracy).