{ "name": "@neuron/engram", "version": "0.1.0", "description": "Engram memory substrate — TypeScript/WASM bindings", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "pkg" ], "scripts": { "build:wasm": "wasm-pack build . --target web --out-dir pkg", "build:ts": "tsc", "build": "npm run build:wasm && npm run build:ts", "typecheck": "tsc --noEmit" }, "devDependencies": { "typescript": "^5.0.0" } }