UNPKG

@based/pretty-date

Version:

Small package to nicely format a numerical date to a human readable date.

32 lines (31 loc) 730 B
{ "name": "@based/pretty-date", "main": "./dist/index.js", "description": "Small package to nicely format a numerical date to a human readable date.", "keywords": [ "date", "human", "readable", "human-readable", "string", "pretty", "format" ], "version": "1.0.4", "license": "MIT", "scripts": { "build": "tsc", "watch": "tsc --watch" }, "repository": "https://github.com/atelier-saulx/pretty-string/tree/main/packages/prettyDate", "bugs": { "url": "https://github.com/atelier-saulx/pretty-string/issues" }, "prettier": "@saulx/prettier-config", "eslintConfig": { "extends": "@saulx/eslint-config" }, "devDependencies": { "typescript": "^3.7.3" } }