{
	"name": "@harperdb/nextjs",
	"version": "1.2.2",
	"type": "module",
	"description": "A Harper extension for running Next.js apps.",
	"keywords": [
		"harper",
		"next.js",
		"distributed",
		"applications"
	],
	"homepage": "https://github.com/HarperFast/nextjs",
	"bugs": {
		"url": "https://github.com/HarperFast/nextjs/issues",
		"email": "support@harperdb.io"
	},
	"author": {
		"name": "Harper",
		"email": "opensource@harperdb.io"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/HarperFast/nextjs.git"
	},
	"license": "Apache-2.0",
	"bin": {
		"harperdb-nextjs": "cli.js"
	},
	"files": [
		"config.yaml",
		"extension.js",
		"cli.js"
	],
	"scripts": {
		"format": "prettier .",
		"format:check": "npm run format -- --check",
		"format:fix": "npm run format -- --write",
		"lint": "eslint ."
	},
	"devDependencies": {
		"@eslint/js": "^9.17.0",
		"@harperdb/code-guidelines": "^0.0.2",
		"eslint": "^9.17.0",
		"globals": "^15.14.0",
		"prettier": "^3.4.2"
	},
	"prettier": "@harperdb/code-guidelines/prettier"
}
