{
  "name": "terraform",
  "version": "1.23.1",
  "description": "pre-processor engine that powers the harp web server",
  "repository": {
    "type": "git",
    "url": "https://github.com/sintaxi/terraform.git"
  },
  "main": "./lib/terraform",
  "scripts": {
    "prepare": "git config core.hooksPath ./hooks",
    "test": "mocha test",
    "preversion": "npm test",
    "version": "npm publish",
    "postversion": "git push --no-verify && git push --tags --no-verify"
  },
  "author": "Brock Whitten <brock@chloi.io>",
  "contributors": [
    "Brock Whitten  <brock@chloi.io>",
    "Brian Donovan <donovan@squareup.com>",
    "Kenneth Ormandy <kenneth@chloi.io>",
    "Zhang Yichao <echaozh@gmail.com>",
    "Carlos Rodriguez",
    "Zeke Sikelianos <zeke@sikelianos.com>",
    "Guilherme Rodrigues <gadr90@gmail.com>",
    "Radu Brehar <radu@jslog.com>",
    "Glen Maddern <glenmaddern@gmail.com>",
    "Jed Foster <jed@jedfoster.com>",
    "Sehrope Sarkuni <sehrope@jackdb.com>",
    "Keiichiro Matsumoto <matsumos@gmail.com>",
    "Najam Khn <najamkhn@gmail.com>",
    "Eric Drechsel",
    "Najam Khan",
    "Zhang Yichao <echaozh@gmail.com>",
    "Dave Jensen",
    "Ryan Lewis",
    "Julian Duque <julianduquej@gmail.com>",
    "Lu Nelson <lunelson@gmail.com>",
    "Stephen Way",
    "Pierre Spring <pierre@nelm.io>",
    "John Boxall <john@mobify.com>",
    "TJ Nicolaides <tjnicolaides@gmail.com>",
    "Miguel Lopes <thelogicalpotato@gmail.com>",
    "Jairo Llopis"
  ],
  "license": "MIT",
  "dependencies": {
    "ejs": "3.1.9",
    "esbuild": "0.18.17",
    "lru-cache": "10.0.0",
    "marked": "5.1.2",
    "sass": "1.64.1",
    "through": "2.3.8"
  },
  "devDependencies": {
    "coffeescript": "2.7.0",
    "less": "4.1.3",
    "mocha": "10.2.0",
    "should": "3.3.2",
    "stylus": "0.59.0"
  }
}
