UNPKG

types-belt

Version:

A comprehensive collection of TypeScript utility types for building robust and maintainable applications

67 lines (66 loc) 1.6 kB
{ "name": "types-belt", "version": "1.0.5", "description": "A comprehensive collection of TypeScript utility types for building robust and maintainable applications", "main": "dist/types-belt.js", "module": "dist/types-belt.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/types-belt.mjs", "require": "./dist/types-belt.js" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "vite build", "build:lib": "tsc --project tsconfig.lib.json", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "type-check": "tsc --noEmit", "prepublishOnly": "npm run build && npm run test:run", "version": "git add -A src", "postversion": "git push && git push --tags" }, "publishConfig": { "access": "public", "provenance": true }, "keywords": [ "typescript", "utility-types", "type-utilities", "types", "type-helpers", "ts-utils", "type-tools" ], "author": { "name": "Oleksandr Morozov", "email": "mopoz07@gmail.com" }, "license": "MIT", "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0", "vite": "^4.5.0", "vite-plugin-dts": "^4.5.0", "vitest": "^0.34.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/morozander/types-belt.git" }, "bugs": { "url": "https://github.com/morozander/types-belt/issues" }, "homepage": "https://github.com/morozander/types-belt#readme" }