@qalisa/vike-plugin-sitemap
Version:
An unofficial Vike plugin to automagically generate sitemap and robots.txt files
38 lines • 768 B
JSON
{
"name": "@qalisa/vike-plugin-sitemap",
"version": "1.5.4",
"description": "An unofficial Vike plugin to automagically generate sitemap and robots.txt files",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": "./dist/index.js"
},
"files": [
"dist"
],
"peerDependencies": {
"vite": "^6"
},
"devDependencies": {
"@types/node": "^22.14.0",
"vite": "^6.2.6",
"typescript": "^5.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Qalisa/vike-plugin-sitemap.git"
},
"keywords": [
"vite",
"sitemap",
"plugin",
"vike"
],
"author": "Qalisa",
"license": "MIT",
"scripts": {
"build": "tsc",
"build:dev": "tsc --sourceMap"
}
}