UNPKG

@directus/format-title

Version:

Custom formatter that converts any string into Title Case

45 lines 1.07 kB
{ "name": "@directus/format-title", "version": "12.0.1", "description": "Custom formatter that converts any string into Title Case", "keywords": [ "title-case", "title", "case", "directus", "format", "string", "articles", "conjunctions", "prepositions" ], "homepage": "https://directus.io", "repository": { "type": "git", "url": "https://github.com/directus/directus.git", "directory": "packages/format-title" }, "funding": "https://github.com/directus/directus?sponsor=1", "license": "MIT", "author": "rijkvanzanten <rijkvanzanten@me.com>", "type": "module", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "files": [ "dist" ], "devDependencies": { "@directus/tsconfig": "3.0.0", "tsup": "8.4.0", "typescript": "5.8.2", "vitest": "2.1.9" }, "scripts": { "build": "pnpm run '/^bundle|typecheck$/'", "bundle": "tsup src/index.ts --format=esm --dts", "test": "vitest --watch=false", "typecheck": "tsc --noEmit" } }