{
"name": "txcript",
"version": "0.10.0",
"description": "Convert coding-agent session transcripts between harness formats.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/skillsynchq/txcript.git"
},
"main": "pkg/txcript.js",
"types": "pkg/txcript.d.ts",
"files": [
"pkg"
],
"scripts": {
"setup": "rustup target add wasm32-unknown-unknown && cargo install wasm-bindgen-cli --version 0.2.126 --locked",
"build": "cargo build -p txcript --lib --release --target wasm32-unknown-unknown --no-default-features --features wasm,search && wasm-bindgen target/wasm32-unknown-unknown/release/txcript.wasm --out-dir pkg --target nodejs",
"prepare": "bun run build"
}
}