{
  "name": "json-templates",
  "version": "5.2.0",
  "description": "Simple JSON value templating.",
  "main": "dist/index.js",
  "scripts": {
    "build": "rollup -c",
    "pretest": "npm run build",
    "test": "mocha",
    "prettier": "prettier --write .",
    "prepublishOnly": "npm test",
    "postpublish": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/datavis-tech/json-templates.git"
  },
  "keywords": [
    "json",
    "template"
  ],
  "author": "Curran Kelleher",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/datavis-tech/json-templates/issues"
  },
  "homepage": "https://github.com/datavis-tech/json-templates#readme",
  "devDependencies": {
    "mocha": "^11.1.0",
    "prettier": "^3.5.3",
    "rollup": "^4.40.0",
    "rollup-plugin-buble": "^0.19.8"
  },
  "dependencies": {
    "object-path": "^0.11.8"
  }
}
