rustable
Version:
A TypeScript library that brings Rust-inspired features to TypeScript, including traits, Option, Result, and more. Zero dependencies, type-safe implementation.
54 lines • 1.31 kB
JSON
{
"name": "rustable",
"version": "0.4.12",
"packageManager": "yarn@4.9.1",
"description": "A TypeScript library that brings Rust-inspired features to TypeScript, including traits, Option, Result, and more. Zero dependencies, type-safe implementation.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"require": "./lib/index.js",
"import": "./lib/index.mjs"
}
},
"dependencies": {
"@rustable/commons": "0.4.12",
"@rustable/enum": "0.4.10",
"@rustable/iter": "0.4.10",
"@rustable/trait": "0.4.12",
"@rustable/type": "0.4.12",
"@rustable/utils": "0.4.9"
},
"files": [
"lib",
"LICENSE",
"README.md"
],
"keywords": [
"typescript",
"rust",
"trait",
"option",
"result",
"type-safe",
"functional",
"pattern-matching",
"error-handling",
"zero-dependencies"
],
"author": "illuxiza",
"repository": {
"type": "git",
"url": "git+https://github.com/illuxiza/ts-rustable.git"
},
"bugs": {
"url": "https://github.com/illuxiza/ts-rustable/issues"
},
"homepage": "https://github.com/illuxiza/ts-rustable#readme",
"license": "MIT",
"publishConfig": {
"access": "public"
}
}