{
  "name": "template-templates",
  "version": "1.0.1",
  "description": "Use incredibly efficient and stupidly-tiny functions to parse plain template-strings.",
  "source": "index.js",
  "main": "dist/template-templates.cjs",
  "module": "dist/template-templates.mjs",
  "unpkg": "dist/template-templates.umd.js",
  "type": "module",
  "scripts": {
    "test:watch": "vitest --globals --ui --open",
    "test": "vitest --globals --run",
    "build": "microbundle --name=TemplateTemplates",
    "prepublishOnly": "npm run build",
    "deploy": "cp test/demo.html dist/index.html && ghpages konsumer/template-templates -p dist",
    "start": "live-server test --entry-file=demo.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/konsumer/template-templates.git"
  },
  "keywords": [
    "template",
    "micro",
    "tiny",
    "literal"
  ],
  "author": "David Konsumer <konsumer@jetboystudio.com> (http://konsumer.js.org)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/konsumer/template-templates/issues"
  },
  "homepage": "https://github.com/konsumer/template-templates#readme",
  "files": [
    "dist/template-templates.umd.js",
    "dist/template-templates.umd.js.map",
    "dist/template-templates.mjs",
    "dist/template-templates.mjs.map",
    "dist/template-templates.cjs",
    "dist/template-templates.cjs.map"
  ],
  "devDependencies": {
    "@vitest/ui": "^0.28.4",
    "ghpages": "^0.0.10",
    "live-server": "^1.2.2",
    "microbundle": "^0.15.1",
    "vitest": "^0.28.4"
  }
}
