{
	"author": {
		"name": "Baptiste Pillot",
		"email": "baptiste@pillot.fr"
	},
	"dependencies": {
		"@fastify/session": "^11.1",
		"fastify": "^5.6"
	},
	"description": "Simple session data persistence for Fastify using JSON files",
	"devDependencies": {
		"@types/node": "^24.10",
		"typescript": "^6.0"
	},
	"engines": {
		"node": ">=24"
	},
	"exports": "./cjs/fastify-file-session-store.js",
	"files": [
		"LICENSE",
		"README.md",
		"cjs",
		"!*.map"
	],
	"homepage": "https://it.rocks",
	"keywords": [
		"backend",
		"fastify",
		"fastify-plugin",
		"file",
		"file-store",
		"it.rocks",
		"plugin",
		"session",
		"session-store",
		"store"
	],
	"license": "ISC",
	"name": "@itrocks/fastify-file-session-store",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/itrocks-ts/fastify-file-session-store.git"
	},
	"scripts": {
		"build": "tsc"
	},
	"version": "0.1.0"
}
