{
  "name": "hyperstache",
  "version": "0.5.2",
  "description": "Handlebars to template literals transformer.",
  "main": "dist/hyperstache.js",
  "module": "module/hyperstache.js",
  "scripts": {
    "build": "rollup -c --silent",
    "watch": "rollup -wc --silent",
    "test": "nyc --reporter=lcov --reporter=text tape -r esm test/test.js | tap-spec",
    "test:watch": "chokidar '**/(src|test)/**/*.js' -c 'yarn test' --initial --silent",
    "coverage": "codecov"
  },
  "files": [
    "module",
    "dist",
    "src",
    "mini",
    "runtime",
    "runtime-mini"
  ],
  "keywords": [
    "dom",
    "handlebars",
    "mustache",
    "templates",
    "templateliterals"
  ],
  "author": "Wesley Luyten <me@wesleyluyten.com> (https://wesleyluyten.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/luwes/hyperstache/issues"
  },
  "homepage": "https://github.com/luwes/hyperstache#readme",
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.9.5",
    "@babel/plugin-transform-object-assign": "^7.8.3",
    "@babel/preset-env": "^7.9.5",
    "chokidar-cli": "^2.1.0",
    "codecov": "^3.6.5",
    "eslint": "^6.8.0",
    "eslint-plugin-jsdoc": "^24.0.0",
    "esm": "^3.2.25",
    "faucet": "^0.0.1",
    "htm": "^3.0.4",
    "nyc": "^15.0.1",
    "prettier": "^2.0.5",
    "rollup": "^2.7.2",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-size": "^0.2.2",
    "rollup-plugin-terser": "^5.3.0",
    "tap-spec": "^5.0.0",
    "tape": "^5.0.0",
    "underscore": "^1.10.2"
  }
}
