74 lines
1.9 KiB
JSON
74 lines
1.9 KiB
JSON
{
|
|
"name": "@push.rocks/smartsitemap",
|
|
"version": "2.0.3",
|
|
"private": false,
|
|
"description": "A module for generating and managing sitemaps, supporting dynamic sitemap generation from feeds.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/ --verbose)",
|
|
"build": "(tsbuild --allowimplicitany)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^3.1.0",
|
|
"@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",
|
|
"@types/node": "^20.8.7"
|
|
},
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"keywords": [
|
|
"sitemap generator",
|
|
"RSS feeds",
|
|
"news sitemap",
|
|
"XML sitemap",
|
|
"website indexing",
|
|
"search engine optimization",
|
|
"SEO",
|
|
"web crawling",
|
|
"dynamic sitemap creation",
|
|
"TypeScript",
|
|
"node.js"
|
|
],
|
|
"homepage": "https://code.foss.global/push.rocks/smartsitemap#readme",
|
|
"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": {}
|
|
}
|
|
}
|