{ "name": "@flybrain/session-types", "version": "0.1.0", "description": "TypeScript types, validation, canonical JSON (RFC 8785) and canonical digests for the session framework contracts, sharing the fixture corpus of services/flysim/crates/fly-session-types.", "license": "Apache-2.0", "private": true, "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "scripts": { "test": "node --import tsx --test tests/**/*.test.ts", "typecheck": "tsc -p tsconfig.json --pretty false" }, "devDependencies": { "@flybrain/brain": "*", "@types/node": "22.17.0", "tsx": "4.20.3", "typescript": "5.9.2" } }