{
	"name": "@momentumcms/server-analog",
	"version": "0.5.11",
	"description": "Nitro/h3 adapter for Momentum CMS with Analog.js support",
	"license": "MIT",
	"author": "Momentum CMS Contributors",
	"repository": {
		"type": "git",
		"url": "https://github.com/DonaldMurillo/momentum-cms.git",
		"directory": "libs/server-analog"
	},
	"homepage": "https://github.com/DonaldMurillo/momentum-cms#readme",
	"bugs": {
		"url": "https://github.com/DonaldMurillo/momentum-cms/issues"
	},
	"keywords": [
		"cms",
		"momentum-cms",
		"analog",
		"nitro",
		"h3",
		"server"
	],
	"engines": {
		"node": ">=18"
	},
	"main": "./index.cjs",
	"types": "./src/index.d.ts",
	"peerDependencies": {
		"@momentumcms/core": ">=0.0.1",
		"@momentumcms/server-core": ">=0.0.1",
		"@momentumcms/storage": ">=0.0.1"
	}
}
