{
  "name": "@numeraswiss/tools-date",
  "version": "2.0.1",
  "type": "module",
  "description": "Traduction et formatage intelligent des dates pour Webflow",
  "main": "dist/date.js",
  "files": [
    "dist"
  ],
  "keywords": [
    "webflow",
    "nsTools",
    "date",
    "format",
    "i18n",
    "dayjs"
  ],
  "author": "numera.swiss <contact@numera.swiss>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "dayjs": "^1.11.13"
  },
  "devDependencies": {
    "vite": "^6.3.5",
    "typescript": "~5.8.3"
  }
}