{
  "name": "monta",
  "version": "0.5.5",
  "description": "Monta template compiler",
  "main": "lib/index.js",
  "license": "ISC",
  "homepage": "https://github.com/woubuc/monta/tree/master/packages/monta#readme",
  "contributors": [
    "Wouter Buckens <wouter@epicteddy.com> (https://www.woubuc.be)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/woubuc/monta.git"
  },
  "bugs": {
    "url": "https://github.com/woubuc/monta/issues"
  },
  "keywords": [
    "language",
    "template",
    "compiler",
    "view",
    "html",
    "parser",
    "render"
  ],
  "scripts": {
    "build": "rimraf lib/* && tsc",
    "prepublishOnly": "yarn build && yarn test",
    "test": "jest",
    "lint": "eslint ./src/**/*.ts -c .eslintrc.js",
    "coverage": "rimraf coverage/* && jest --coverage"
  },
  "engines": {
    "node": ">=8"
  },
  "dependencies": {
    "app-root-path": "~2.2.1",
    "fs-extra": "~8.1.0",
    "humps": "^2.0.1",
    "minimatch": "^3.0.4"
  },
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "files": [
    "lib/*"
  ],
  "types": "./lib/index.d.ts",
  "gitHead": "ffd4012c484af423ad97a32331fd3467770504df"
}
