{
  "name": "tamedevil",
  "version": "0.0.0-beta.8",
  "description": "Build and evaluate JavaScript strings safely via tagged template literals",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "pretest": "node dist/index.js",
    "test": "jest",
    "posttest": "yarn test:docs",
    "test:docs": "markdown-doctest",
    "prepack": "tsc -b"
  },
  "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",
  "devDependencies": {
    "@types/debug": "4.1.8",
    "@types/jest": "^29.5.4",
    "@types/node": "20.5.7",
    "jest": "^29.6.4",
    "markdown-doctest": "^1.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@graphile/lru": "^5.0.0-beta.4",
    "tslib": "^2.8.1"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=14.17"
  }
}