2020-10-25 22:12:38 +00:00
|
|
|
{
|
2023-07-27 16:16:37 +02:00
|
|
|
"name": "@push.rocks/smartsitemap",
|
2026-03-20 14:03:33 +00:00
|
|
|
"version": "3.0.0",
|
2020-10-25 22:12:38 +00:00
|
|
|
"private": false,
|
2026-03-20 14:03:33 +00:00
|
|
|
"description": "A comprehensive TypeScript sitemap library with builder API, supporting standard, news, image, video, and hreflang sitemaps with auto-splitting, streaming, validation, and RSS feed integration.",
|
2020-10-25 22:12:38 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2022-03-25 00:14:34 +01:00
|
|
|
"type": "module",
|
2020-10-25 22:12:38 +00:00
|
|
|
"author": "Lossless GmbH",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
2025-11-19 21:03:37 +00:00
|
|
|
"test": "(tstest test/ --verbose)",
|
|
|
|
|
"build": "(tsbuild --allowimplicitany)",
|
2023-07-27 16:16:37 +02:00
|
|
|
"buildDocs": "tsdoc"
|
2020-10-25 22:12:38 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-03-20 14:03:33 +00:00
|
|
|
"@git.zone/tsbuild": "^4.3.0",
|
|
|
|
|
"@git.zone/tsbundle": "^2.9.1",
|
|
|
|
|
"@git.zone/tsrun": "^2.0.1",
|
|
|
|
|
"@git.zone/tstest": "^3.5.0",
|
2025-11-19 21:03:37 +00:00
|
|
|
"@push.rocks/smartenv": "^6.0.0",
|
|
|
|
|
"@push.rocks/tapbundle": "^6.0.3",
|
2026-03-20 14:03:33 +00:00
|
|
|
"@types/node": "^22.0.0"
|
2020-10-25 22:12:38 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-07-27 16:16:37 +02:00
|
|
|
"@push.rocks/smartfeed": "^1.0.11",
|
2025-11-19 21:03:37 +00:00
|
|
|
"@push.rocks/smartxml": "^2.0.0",
|
|
|
|
|
"@push.rocks/smartyaml": "^3.0.4",
|
2026-03-20 14:03:33 +00:00
|
|
|
"@push.rocks/webrequest": "^4.0.5",
|
|
|
|
|
"@tsclass/tsclass": "^9.5.0"
|
2020-10-25 22:12:38 +00:00
|
|
|
},
|
|
|
|
|
"browserslist": [
|
|
|
|
|
"last 1 chrome versions"
|
|
|
|
|
],
|
|
|
|
|
"files": [
|
|
|
|
|
"ts/**/*",
|
|
|
|
|
"ts_web/**/*",
|
|
|
|
|
"dist/**/*",
|
|
|
|
|
"dist_*/**/*",
|
|
|
|
|
"dist_ts/**/*",
|
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
|
"assets/**/*",
|
|
|
|
|
"cli.js",
|
|
|
|
|
"npmextra.json",
|
|
|
|
|
"readme.md"
|
2024-04-14 18:19:14 +02:00
|
|
|
],
|
|
|
|
|
"keywords": [
|
2026-03-20 14:03:33 +00:00
|
|
|
"sitemap",
|
2024-04-14 18:19:14 +02:00
|
|
|
"sitemap generator",
|
2026-03-20 14:03:33 +00:00
|
|
|
"sitemap index",
|
2024-04-14 18:19:14 +02:00
|
|
|
"XML sitemap",
|
2026-03-20 14:03:33 +00:00
|
|
|
"news sitemap",
|
|
|
|
|
"image sitemap",
|
|
|
|
|
"video sitemap",
|
|
|
|
|
"hreflang",
|
|
|
|
|
"RSS feeds",
|
2024-04-14 18:19:14 +02:00
|
|
|
"SEO",
|
2026-03-20 14:03:33 +00:00
|
|
|
"search engine optimization",
|
|
|
|
|
"builder API",
|
|
|
|
|
"streaming",
|
|
|
|
|
"validation",
|
2024-04-14 18:19:14 +02:00
|
|
|
"TypeScript",
|
|
|
|
|
"node.js"
|
2024-05-29 14:16:14 +02:00
|
|
|
],
|
2025-11-19 21:03:37 +00:00
|
|
|
"homepage": "https://code.foss.global/push.rocks/smartsitemap#readme",
|
2024-05-29 14:16:14 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://code.foss.global/push.rocks/smartsitemap.git"
|
2025-11-19 21:03:37 +00:00
|
|
|
},
|
|
|
|
|
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://code.foss.global/push.rocks/smartsitemap/issues"
|
|
|
|
|
},
|
|
|
|
|
"pnpm": {
|
|
|
|
|
"overrides": {}
|
2024-05-29 14:16:14 +02:00
|
|
|
}
|
2025-11-19 21:03:37 +00:00
|
|
|
}
|