Files
2024-07-27 13:38:48 +02:00

23 lines
424 B
JSON

{
"name": "webresult",
"description": "Extension of Result with a web specific error type",
"version": "1.0.0",
"author": "Pascal Perrenoud <pascal@pband.ch>",
"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"
}
}