{
  "name": "soyparser",
  "version": "2.0.0",
  "description": "A parser for Closure Templates (or Soy Templates).",
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "scripts": {
    "test": "jest",
    "compile": "tsc",
    "prepublish": "npm run compile"
  },
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/metal/soyparser.git"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "ts"
    ],
    "testMatch": [
      "**/__tests__/*.ts"
    ],
    "transform": {
      "^.+\\.ts$": "ts-jest"
    }
  },
  "keywords": [
    "metal",
    "soy",
    "parser"
  ],
  "author": "Michael T. Hadley",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/metal/soyparser/issues"
  },
  "homepage": "https://github.com/metal/soyparser#readme",
  "dependencies": {
    "parsimmon": "^1.2.0"
  },
  "devDependencies": {
    "@types/jest": "^19.2.3",
    "@types/parsimmon": "^1.0.4",
    "jest": "^23.5.0",
    "ts-jest": "^23.1.3",
    "typescript": "^3.0.1"
  }
}
