{
  "name": "dayjs-nuxt",
  "version": "2.1.11",
  "description": "Day.JS Module for Nuxt",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fumeapp/dayjs.git"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types.d.ts",
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    },
    "./dist/runtime/composables/dayjs": "./dist/runtime/composables/dayjs.js"
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/fumeapp/dayjs",
  "keywords": [
    "nuxt",
    "dayjs"
  ],
  "scripts": {
    "prepack": "nuxt-module-build build",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "vitest run",
    "test:watch": "vitest watch"
  },
  "dependencies": {
    "@nuxt/kit": "^3.7.4",
    "dayjs": "^1.11.10"
  },
  "devDependencies": {
    "@nuxt/devtools": "^1.0.0",
    "@nuxt/eslint-config": "^0.5.2",
    "@nuxt/module-builder": "^0.8.3",
    "@nuxt/schema": "^3.7.4",
    "@nuxt/test-utils": "^3.7.4",
    "@types/node": "^22.5.0",
    "changelogen": "^0.5.5",
    "eslint": "^9.9.1",
    "nuxt": "^3.13.0",
    "vitest": "^2.0.5"
  }
}
