{
  "name": "tamedevil",
  "version": "0.1.1",
  "description": "Build and evaluate JavaScript strings safely via tagged template literals",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphile/crystal.git"
  },
  "keywords": [
    "eval",
    "template",
    "literal",
    "tagged",
    "new Function",
    "function",
    "javascript",
    "js",
    "safe",
    "build",
    "string"
  ],
  "author": "Benjie Gillam <benjie@jemjie.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graphile/crystal/issues"
  },
  "homepage": "https://github.com/graphile/crystal/tree/main/utils/tamedevil",
  "dependencies": {
    "@graphile/lru": "^5.0.0",
    "tslib": "^2.8.1"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=22"
  }
}