Files
smartsitemap/package.json

74 lines
1.9 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",
2025-11-19 21:03:37 +00:00
"version": "2.0.4",
2020-10-25 22:12:38 +00:00
"private": false,
2024-04-14 18:19:14 +02:00
"description": "A module for generating and managing sitemaps, supporting dynamic sitemap generation from feeds.",
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 --allowimplicitany)",
2023-07-27 16:16:37 +02:00
"buildDocs": "tsdoc"
2020-10-25 22:12:38 +00:00
},
"devDependencies": {
"@git.zone/tsbuild": "^3.1.0",
2023-10-20 17:55:02 +02:00
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tsrun": "^2.0.0",
"@git.zone/tstest": "^2.8.2",
"@push.rocks/smartenv": "^6.0.0",
"@push.rocks/tapbundle": "^6.0.3",
2023-10-20 17:55:02 +02:00
"@types/node": "^20.8.7"
2020-10-25 22:12:38 +00:00
},
"dependencies": {
2023-07-27 16:16:37 +02:00
"@push.rocks/smartcache": "^1.0.16",
"@push.rocks/smartfeed": "^1.0.11",
"@push.rocks/smartxml": "^2.0.0",
"@push.rocks/smartyaml": "^3.0.4",
"@push.rocks/webrequest": "^4.0.1",
"@tsclass/tsclass": "^9.3.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": [
"sitemap generator",
"RSS feeds",
"news sitemap",
"XML sitemap",
"website indexing",
"search engine optimization",
"SEO",
"web crawling",
"dynamic sitemap creation",
"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.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34",
"bugs": {
"url": "https://code.foss.global/push.rocks/smartsitemap/issues"
},
"pnpm": {
"overrides": {}
2024-05-29 14:16:14 +02:00
}
}