{
  "name": "@flancer32/teq-tmpl",
  "version": "0.5.0",
  "description": "Node.js package for multilingual template management and rendering with flexible overrides, supporting Mustache, Nunjucks, and other engines.",
  "type": "module",
  "types": "types.d.ts",
  "keywords": [
    "teqfw",
    "tequila framework",
    "mustache",
    "ssr",
    "localization",
    "template engine",
    "web",
    "email",
    "json",
    "xml",
    "yaml"
  ],
  "homepage": "https://github.com/flancer32/teq-tmpl#readme",
  "bugs": {
    "url": "https://github.com/flancer32/teq-tmpl/issues"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Alex Gusev",
    "email": "alex@flancer64.com",
    "url": "https://github.com/flancer64"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flancer32/teq-tmpl.git"
  },
  "scripts": {
    "test:unit": "find test/unit -name '*.test.mjs' -print0 | xargs -0 node --test",
    "test:integration": "find test/integration -name '*.test.mjs' -print0 | xargs -0 node --test",
    "test": "npm run test:unit && npm run test:integration",
    "typecheck": "tsc -p jsconfig.json",
    "lint:md": "markdownlint-cli2 \".agents/skills/**/*.md\" \"ctx/**/*.md\" \"skills/**/*.md\" \"*.md\""
  },
  "dependencies": {
    "@teqfw/cfg": ">=2.0.0",
    "@teqfw/di": ">=2.9.0",
    "@teqfw/log": ">=2.0.0"
  },
  "peerDependencies": {
    "@teqfw/cli": ">=2.1.0"
  },
  "devDependencies": {
    "@types/mustache": "^4.2.6",
    "@types/node": "^20.19.43",
    "@types/nunjucks": "^3.2.6",
    "markdownlint-cli2": "^0.23.2",
    "mustache": "^4.2.0",
    "nunjucks": "^3.2.4",
    "typescript": "^5.9.3",
    "typescript-language-server": "^5.3.0"
  },
  "engines": {
    "node": ">=20"
  },
  "teqfw": {
    "fw": {
      "di": {
        "namespaces": [
          {
            "prefix": "Fl32_Tmpl_",
            "path": "./src",
            "ext": ".js"
          }
        ]
      }
    }
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/teqfw"
  },
  "files": [
    "skills/",
    "jsconfig.json",
    "src/",
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "types.d.ts"
  ]
}
