{
	"name": "nuxt-nitro-storage",
	"version": "0.2.0",
	"description": "My new Nuxt module",
	"repository": "NyllRE/nuxt-nitro-storage",
	"license": "MIT",
	"type": "module",
	"exports": {
		".": {
			"types": "./dist/types.d.ts",
			"import": "./dist/module.mjs",
			"require": "./dist/module.cjs"
		}
	},
	"main": "./dist/module.cjs",
	"types": "./dist/types.d.ts",
	"files": [
		"dist"
	],
	"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 .",
		"test": "vitest run",
		"test:watch": "vitest watch"
	},
	"dependencies": {
		"@nuxt/kit": "^3.9.3",
		"defu": "^6.1.4"
	},
	"devDependencies": {
		"@nuxt/devtools": "latest",
		"@nuxt/eslint-config": "^0.2.0",
		"@nuxt/module-builder": "^0.5.5",
		"@nuxt/schema": "^3.9.3",
		"@nuxt/test-utils": "^3.9.0",
		"@types/mime-types": "^2.1.4",
		"@types/node": "^20.11.5",
		"changelogen": "^0.5.5",
		"eslint": "^8.56.0",
		"mime-types": "^2.1.35",
		"nuxt": "^3.9.3",
		"vitest": "^1.0.0"
	}
}