vite-sitemap
Version:
The plugin helps to automatically create a sitemap. A sitemap is like a map for search engines, telling them what pages you have on your site. This makes it easier for search engines to find website and urls!
56 lines (55 loc) • 1.51 kB
JSON
{
"name": "vite-sitemap",
"version": "1.3.0",
"description": "The plugin helps to automatically create a sitemap. A sitemap is like a map for search engines, telling them what pages you have on your site. This makes it easier for search engines to find website and urls!",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
"rm": "rm -rf ./dist",
"upload": "tsc && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appsaeed/vite-sitemap.git"
},
"keywords": [
"vite seo",
"vite sitemap generator",
"automatic sitemap generation for vite",
"improve website SEO with vite",
"vite plugin for search engines",
"vite for better SEO",
"generate sitemap for vite project",
"seo friendly vite website",
"appsaeed"
],
"author": "appsaeed",
"license": "MIT",
"bugs": {
"url": "https://github.com/appsaeed/sitemap.git/issues"
},
"homepage": "https://github.com/appsaeed/sitemap.git#readme",
"files": [
"dist/"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js",
"require": "./dist/index.js"
},
"./*": {
"types": "./dist/*.d.ts",
"import": "./dist/*.js",
"default": "./dist/*.js",
"require": "./dist/*.js"
}
},
"devDependencies": {
"@types/node": "^20.12.7",
"date-fns": "^3.6.0"
}
}