{
	"name": "nuxt-datefns-module",
	"type": "module",
	"version": "0.0.2",
	"packageManager": "bun@1.2.19",
	"description": "date-fns integration for Nuxt",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/DavidHDev/nuxt-datefns-module"
	},
	"exports": {
		".": {
			"types": "./dist/types.d.mts",
			"import": "./dist/module.mjs"
		}
	},
	"main": "./dist/module.mjs",
	"typesVersions": {
		"*": {
			".": [
				"./dist/types.d.mts"
			]
		}
	},
	"files": [
		"dist"
	],
	"scripts": {
		"prepack": "nuxt-module-build build",
		"dev": "npm run dev:prepare && 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 prepack && changelogen --release && npm publish && git push --follow-tags",
		"preinstall": "npx only-allow bun",
		"lint": "eslint . --fix"
	},
	"dependencies": {
		"@nuxt/kit": "^4.1.1",
		"date-fns": "^4.1.0"
	},
	"devDependencies": {
		"@antfu/eslint-config": "^5.2.2",
		"@nuxt/devtools": "^2.6.3",
		"@nuxt/eslint": "1.5.2",
		"@nuxt/module-builder": "^1.0.2",
		"@nuxt/schema": "^4.1.1",
		"changelogen": "^0.6.2",
		"eslint": "^9.35.0",
		"nuxt": "^4.1.1",
		"typescript": "^5.9.2"
	}
}
