UNPKG

@db-studio/format-title

Version:

Custom formatter that converts any string into Title Case

46 lines 1.05 kB
{ "name": "@db-studio/format-title", "version": "1.0.0", "description": "Custom formatter that converts any string into Title Case", "keywords": [ "title-case", "title", "case", "format", "string", "articles", "conjunctions", "prepositions" ], "homepage": "https://github.com/pxslip/db-studio", "repository": { "type": "git", "url": "https://github.com/pxslip/db-studio.git", "directory": "packages/format-title" }, "funding": "https://github.com/pxslip/db-studio?sponsor=1", "license": "MIT", "type": "module", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "files": [ "dist" ], "devDependencies": { "tsup": "8.0.2", "typescript": "5.4.5", "vitest": "1.5.3", "@db-studio/config": "1.0.0" }, "engines": { "node": ">=18" }, "scripts": { "build": "pnpm run '/^bundle|typecheck$/'", "bundle": "tsup src/index.ts --format=esm --dts", "test": "vitest --watch=false", "typecheck": "tsc --noEmit" } }