typescript-generic-types
Version:
A comprehensive collection of useful TypeScript generic types and utility types to enhance type-safety and developer experience. Includes array, promise, object manipulation, and advanced conditional types.
55 lines (54 loc) • 1.36 kB
JSON
{
"name": "typescript-generic-types",
"version": "1.0.9",
"description": "A comprehensive collection of useful TypeScript generic types and utility types to enhance type-safety and developer experience. Includes array, promise, object manipulation, and advanced conditional types.",
"main": "index.js",
"types": "index.ts",
"scripts": {
"bump": "bump --patch",
"bump:patch": "bump --patch",
"bump:minor": "bump --minor",
"bump:major": "bump --major",
"build": "tsc"
},
"keywords": [
"typescript",
"types",
"generics",
"utility-types",
"type-safety",
"typescript-utils",
"typescript-helpers",
"type-definitions",
"typescript-generics",
"type-manipulation",
"conditional-types",
"mapped-types",
"typescript-toolbox",
"type-guards",
"type-inference"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/top-kat/typescript-generic-types"
},
"bugs": {
"url": "https://github.com/top-kat/typescript-generic-types/issues"
},
"homepage": "https://github.com/top-kat/typescript-generic-types#readme",
"peerDependencies": {
"typescript": ">=4.0.0"
},
"devDependencies": {
"bump-simple": "^1.0.29"
},
"files": [
"*.ts",
"*"
],
"publishConfig": {
"access": "public"
}
}