Files
smartsitemap/package.json
T

74 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2020-10-25 22:12:38 +00:00
{
2023-07-27 16:16:37 +02:00
"name": "@push.rocks/smartsitemap",
2026-04-30 10:34:17 +00:00
"version": "4.0.2",
2020-10-25 22:12:38 +00:00
"private": false,
"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": {
"test": "(tstest test/ --verbose)",
"build": "(tsbuild)",
2023-07-27 16:16:37 +02:00
"buildDocs": "tsdoc"
2020-10-25 22:12:38 +00:00
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
2020-10-25 22:12:38 +00:00
},
"dependencies": {
2023-07-27 16:16:37 +02:00
"@push.rocks/smartfeed": "^1.0.11",
"@push.rocks/smartxml": "^2.0.0",
"@push.rocks/smartyaml": "^3.0.4",
"@push.rocks/webrequest": "^4.0.5",
"@tsclass/tsclass": "^9.5.1"
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",
".smartconfig.json",
"license",
2020-10-25 22:12:38 +00:00
"npmextra.json",
"readme.md"
2024-04-14 18:19:14 +02:00
],
"keywords": [
"sitemap",
2024-04-14 18:19:14 +02:00
"sitemap generator",
"sitemap index",
2024-04-14 18:19:14 +02:00
"XML sitemap",
"news sitemap",
"image sitemap",
"video sitemap",
"hreflang",
"RSS feeds",
2024-04-14 18:19:14 +02:00
"SEO",
"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
],
"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"
},
"packageManager": "pnpm@10.28.2",
"bugs": {
"url": "https://code.foss.global/push.rocks/smartsitemap/issues"
2024-05-29 14:16:14 +02:00
}
}