UNPKG

@benodiwal/rusty-ts

Version:

A TypeScript library providing Rust-like Result and Option types for safer and more expressive error handling and optional values.

38 lines (37 loc) 929 B
{ "name": "@benodiwal/rusty-ts", "publishConfig": { "access": "public" }, "version": "1.0.0", "description": "A TypeScript library providing Rust-like Result and Option types for safer and more expressive error handling and optional values.", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/benodiwal/rusty-ts" }, "bugs": { "url": "https://github.com/benodiwal/rusty-ts/issues", "email": "sachinbeniwal0101@gmail.com" }, "keywords": [ "typescript", "result", "option", "rust", "error-handling", "optional-values" ], "author": "benodiwal <sachinbeniwal0101@gmail.com>", "license": "ISC", "homepage": "https://github.com/benodiwal/rusty-ts#readme", "devDependencies": { "@jest/globals": "^29.7.0", "ts-jest": "^29.1.4", "typescript": "^5.4.5" } }