Files
webresult/package.json
T
2024-05-21 16:44:28 +02:00

26 lines
480 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"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}