{
    "name": "sitemapteam6",
    "version": "1.0.0",
    "description": "The elite unit of sitemap.xml generation—precise, efficient, dominating. If RobotsForce1 is your air defense, this is your recon mission.",
    "main": "./gen/index.cjs",
    "type": "module",
    "types": "./index.d.ts",
    "files": [
        "./src",
        "./gen"    
      ],
    "exports": {
        "import": "./src/index.js",
        "require": "./gen/index.cjs"
    },
    "scripts": {
        "test": "vitest",
        "tsify": "npx tsc --declaration --emitDeclarationOnly --outFile index.d.ts",
        "preamble": "preamble --apply --dir ./src/",
        "zord": "filezord --zord --dir ./ --id pkg:sitemapteam6",
        "pretty": "npx prettier --write .",
        "lint": "eslint ./src/",
        "lint:fix": "eslint --fix ./src/",
        "build": "npm run preamble && npm run pretty && npm run lint:fix && npm run tsify && node build.js && npm run zord"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/alexstevovich/sitemapteam6.git"
    },
    "author": {
        "name": "Alex Stevovich",
        "email": "alex.stevovich@gmail.com",
        "url": "https://alexstevovich.com"
    },
    "license": "Apache-2.0",
    "keywords": [
        "sitemap",
        "sitemap.xml",
        "seo",
        "search-engines",
        "crawler",
        "fluent-api",
        "javascript",
        "web",
        "lydio",
        "automation",
        "web-indexing",
        "site-map",
        "xml-sitemap",
        "sitemap-generator",
        "web-crawling"
    ],
    "devDependencies": {
        "@eslint/js": "^9.22.0",
        "eslint": "^9.21.0",
        "eslint-plugin-prettier": "^5.2.3",
        "markdownlint": "^0.37.4",
        "markdownlint-cli": "^0.44.0",
        "prettier": "^3.5.3",
        "tsd": "^0.31.2",
        "vitest": "^3.0.8",
        "esbuild": "^0.25.0"
    }
}
