{
  "name": "bigodon",
  "version": "2.5.0",
  "description": "Secure Handlebars/Mustache templating for user-provided templates with async helpers support and human-friendly parsing errors",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc",
    "pretest": "npm run build",
    "test": "lab -v -t 100 -I require -a @hapi/code",
    "test:cov": "lab -I require -r html -o coverage.html",
    "prepublish": "npm run build",
    "lint": "eslint -c eslint.js \"src/**/*.ts\"",
    "lint:fix": "eslint -c eslint.js \"src/**/*.ts\" --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gabriel-pinheiro/bigodon.git"
  },
  "keywords": [
    "mustache",
    "parser",
    "compiler",
    "interpreter",
    "handlebars"
  ],
  "author": "Gabriel Pinheiro <gabrielctpinheiro@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/gabriel-pinheiro/bigodon/issues"
  },
  "homepage": "https://github.com/gabriel-pinheiro/bigodon#readme",
  "devDependencies": {
    "@hapi/code": "^9.0.3",
    "@hapi/lab": "^26.0.0",
    "@types/node": "^24.2.1",
    "@typescript-eslint/eslint-plugin": "^8.39.1",
    "@typescript-eslint/parser": "^8.39.1",
    "eslint": "^9.33.0",
    "eslint-config-google": "^0.14.0",
    "rimraf": "^6.0.1",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "pierrejs": "^0.5.0"
  },
  "engines": {
    "node": ">=18"
  }
}
