{
  "name": "replace-all-mustaches",
  "version": "0.0.13",
  "description": "Replace all mustache templates in a string, including recursive mustache values",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "type": "module",
  "devDependencies": {
    "@types/mustache": "^4.2.6",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "mustache": "^4.2.0"
  },
  "allowScripts": {
    "esbuild@0.27.7": true,
    "fsevents@2.3.3": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jjkubik/replace-all-mustaches.git"
  },
  "bugs": {
    "url": "https://github.com/jjkubik/replace-all-mustaches/issues"
  },
  "homepage": "https://github.com/jjkubik/replace-all-mustaches#readme"
}
