{
	"name": "@momentumcms/server-core",
	"version": "0.5.11",
	"description": "Framework-agnostic server handlers for Momentum CMS",
	"license": "MIT",
	"author": "Momentum CMS Contributors",
	"repository": {
		"type": "git",
		"url": "https://github.com/DonaldMurillo/momentum-cms.git",
		"directory": "libs/server-core"
	},
	"homepage": "https://github.com/DonaldMurillo/momentum-cms#readme",
	"bugs": {
		"url": "https://github.com/DonaldMurillo/momentum-cms/issues"
	},
	"keywords": [
		"cms",
		"momentum-cms",
		"server",
		"api",
		"rest",
		"crud"
	],
	"engines": {
		"node": ">=18"
	},
	"main": "./index.cjs",
	"types": "./src/index.d.ts",
	"peerDependencies": {
		"@momentumcms/core": ">=0.0.1",
		"@momentumcms/logger": ">=0.0.1",
		"@momentumcms/storage": ">=0.0.1",
		"graphql": "^16.0.0"
	}
}
