{ "name": "@pas7/nextjs-sitemap-hreflang", "version": "0.7.3", "description": "Add and validate hreflang alternates + x-default for Next.js sitemaps (App Router / MetadataRoute) with a tiny library + CLI postbuild fixer.", "homepage": "https://github.com/pas7-studio/nextjs-sitemap-hreflang#readme", "repository": { "type": "git", "url": "git+https://github.com/pas7-studio/nextjs-sitemap-hreflang.git" }, "bugs": { "url": "https://github.com/pas7-studio/nextjs-sitemap-hreflang/issues" }, "license": "MIT", "type": "module", "sideEffects": false, "publishConfig": { "access": "public", "provenance": true }, "files": [ "dist", "README.md", "LICENSE" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "bin": { "nextjs-sitemap-hreflang": "./dist/cli.js" }, "scripts": { "lint": "eslint .", "format": "prettier -w .", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "vitest run", "test:watch": "vitest", "build": "tsup", "changeset": "changeset", "version-packages": "changeset version", "release": "npm publish --provenance --access public", "prepublishOnly": "npm run lint && npm run typecheck && npm run test && npm run build" }, "keywords": [ "nextjs", "next.js", "app-router", "metadata-route", "sitemap", "sitemap.xml", "hreflang", "x-default", "alternates", "languages", "i18n", "international seo", "google search console", "seo", "next-intl", "next-i18next" ], "devDependencies": { "@changesets/cli": "^2.29.7", "@eslint/js": "^9.0.0", "@types/node": "^20.0.0", "eslint": "^9.0.0", "next": "^15.0.0", "prettier": "^3.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "tsup": "^8.0.0", "typescript": "^5.0.0", "typescript-eslint": "^8.0.0", "vitest": "^2.0.0" } }