{
  "name": "termfx",
  "version": "1.2.1",
  "description": "A template file parser which supports variables and functions as callbacks.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "pnpm run build",
    "run:example": "pnpm run build && node dist/examples/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jeffplays2005/termfxjs.git"
  },
  "keywords": [
    "output",
    "variable",
    "function",
    "callback",
    "template",
    "parser"
  ],
  "author": "Jeffplays2005",
  "license": "Apache 2.0 License",
  "bugs": {
    "url": "https://github.com/jeffplays2005/termfxjs/issues"
  },
  "devDependencies": {
    "@types/node": "^22.15.18",
    "typescript": "^5.8.3"
  },
  "homepage": "https://github.com/jeffplays2005/termfxjs#readme",
  "packageManager": "pnpm@10.7.0"
}
