{
  "name": "@valjoux/timestamp-pretty",
  "version": "0.4.4",
  "description": "variant format of date / times",
  "type": "module",
  "exports": "./index.js",
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@palett/presets": "^0.12.28",
    "@palett/projector": "^0.12.28",
    "@texting/enum-chars": "^0.2.3"
  },
  "devDependencies": {
    "@palett/presets": "^0.12.20",
    "@palett/projector": "^0.12.20",
    "@texting/enum-chars": "^0.2.3",
    "@valjoux/convert": "^0.4.4",
    "@valjoux/format-date-time": "^0.4.4",
    "@valjoux/format-time": "^0.4.4",
    "@valjoux/timeout": "^0.4.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyeungw/valjoux.git"
  },
  "keywords": [
    "array",
    "vector",
    "matrix",
    "object"
  ],
  "author": "Hoyeung Wong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyeungw/valjoux"
  },
  "homepage": "https://github.com/hoyeungw/valjoux#readme",
  "gitHead": "792790a75c6068fe0d36507ff0e74a895939783f",
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/timestamp-pretty.test.js"
  }
}