UNPKG

@norges-domstoler/dds-formatting

Version:

Text formatting functions used in Elsa - domstolenes designsystem

44 lines 974 B
{ "name": "@norges-domstoler/dds-formatting", "version": "1.6.0", "description": "Text formatting functions used in Elsa - domstolenes designsystem", "author": "Elsa team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/domstolene/designsystem" }, "files": [ "dist" ], "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "homepage": "https://design.domstol.no", "keywords": [ "dds", "design", "formatting", "design system", "domstolene", "norges domstoler", "elsa" ], "devDependencies": { "tsup": "^8.3.6", "typescript": "^5.7.3", "vite": "^6.1.0", "vitest": "^3.0.5" }, "publishConfig": { "provenance": true }, "scripts": { "build": "tsup --dts", "build:fast": "tsup", "dev": "pnpm build:fast -- --watch", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest watch" } }