{
	"name": "@agility/nextjs",
	"version": "16.0.8",
	"description": "Agility CMS support for NextJS 16 and Next Image",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/agility/agility-next.git"
	},
	"bugs": {
		"url": "https://github.com/agility/agility-next/issues"
	},
	"homepage": "https://github.com/agility/agility-next#readme",
	"main": "index.js",
	"scripts": {
		"clean": "git clean -Xf",
		"build": "tsc && shx mv ./dist/* ./ && shx rm -rf ./dist",
		"prepare": "npm run build",
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"keywords": [
		"next",
		"nextjs",
		"agility",
		"cms",
		"headlesscms",
		"react",
		"ssg",
		"ssr",
		"isr",
		"next/image"
	],
	"author": "Agility CMS",
	"contributors": [
		"Joel Varty",
		"Kevin Tran",
		"Aaron Taylor"
	],
	"license": "MIT",
	"peerDependencies": {
		"@agility/content-fetch": "^2.0.11",
		"next": "^16.0.10"
	},
	"devDependencies": {
		"@agility/content-fetch": "^2.0.11",
		"@types/node": "^18.11.9",
		"@types/react": "^19.2.7",
		"@types/react-dom": "^19.2.3",
		"next": "^16.0.10",
		"react": "^19.2.1",
		"react-dom": "^19.2.1",
		"shx": "^0.4.0",
		"ts-loader": "^8.0.18",
		"typescript": "4.9.3"
	}
}