{ "scripts": { "test": "steel test", "build-and-test": "steel build && steel test", "build": "steel build", "deploy": "solana program deploy ./program/target/so/program.so", "check:fix": "pnpm biome format --write ./tests", "rust:test": "cargo test-sbf" }, "dependencies": { "@solana/web3.js": "^1.47.3", "buffer-layout": "^1.2.2", "fs": "^0.0.1-security" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/bn.js": "^5.1.0", "@types/chai": "^4.3.1", "@types/mocha": "^9.1.1", "chai": "^4.3.4", "mocha": "^10.7.3", "solana-bankrun": "^0.3.0", "ts-mocha": "^10.0.0", "typescript": "^5.6.3" } }