{ "name": "webresult", "description": "Extension of Result with a web specific error type", "version": "1.0.0", "author": "Pascal Perrenoud ", "module": "index.ts", "type": "module", "files": ["index.ts"], "scripts": { "test": "bun test" }, "dependencies": { "rust": "git+https://git.pband.ch/typescript/rust.git" }, "devDependencies": { "@types/bun": "^1.1.2" } }