{
  "name": "@ethercorps/un-jinja",
  "type": "module",
  "version": "1.0.0",
  "description": "A runtime-agnostic, zero-dependency Jinja2 like template engine for JS.",
  "author": "Shivam Meena <meenashivam9650@gmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/etherCorps",
  "homepage": "https://github.com/theetherGit/un-jinja#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theetherGit/un-jinja.git"
  },
  "bugs": "https://github.com/theetherGit/un-jinja/issues",
  "keywords": [
    "jinja",
    "template",
    "cloudflare-workers",
    "edge",
    "browser",
    "agnostic",
    "functional"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@antfu/eslint-config": "^9.0.0",
    "@antfu/ni": "^30.1.0",
    "@antfu/utils": "^9.3.0",
    "@types/node": "^25.9.0",
    "bumpp": "^11.1.0",
    "eslint": "^10.4.0",
    "nano-staged": "^1.0.2",
    "publint": "^0.3.21",
    "simple-git-hooks": "^2.13.1",
    "skills-npm": "^1.1.1",
    "tsdown": "^0.22.0",
    "tsdown-stale-guard": "^0.1.2",
    "tsnapi": "^0.3.3",
    "tsx": "^4.22.2",
    "typescript": "^6.0.3",
    "unrun": "^0.3.0",
    "vite": "^8.0.13",
    "vitest": "^4.1.6"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm i --frozen-lockfile --ignore-scripts --offline && pnpm run build && npx nano-staged"
  },
  "nano-staged": {
    "*": "eslint --fix"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "release": "bumpp",
    "start": "tsx src/index.ts",
    "test": "pnpm run build && vitest",
    "typecheck": "tsc"
  }
}