{
  "name": "metal-soy-critic",
  "version": "2.1.1",
  "description": "A metal-soy code validation utility.",
  "engines": {
    "node": ">=6.4.0"
  },
  "repository": "https://github.com/mthadley/metal-soy-critic",
  "main": "./lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "npm run compile && jest",
    "compile": "tsc",
    "prepublish": "npm run compile"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "^.+\\.ts$": "<rootDir>/preprocessor.js"
    },
    "testMatch": [
      "**/__tests__/*.ts"
    ]
  },
  "bin": {
    "mcritic": "./lib/index.js"
  },
  "keywords": [
    "metal",
    "metal-soy"
  ],
  "author": "Mike T. Hadley",
  "license": "MIT",
  "dependencies": {
    "babel-traverse": "^6.23.1",
    "babel-types": "^6.23.0",
    "babylon": "^6.16.1",
    "chalk": "^1.1.3",
    "commander": "^2.9.0",
    "glob": "^7.1.1",
    "parsimmon": "^1.2.0",
    "soyparser": "^1.0.0"
  },
  "devDependencies": {
    "@types/babel-traverse": "^6.7.16",
    "@types/babel-types": "^6.7.14",
    "@types/babylon": "^6.16.0",
    "@types/chalk": "^0.4.31",
    "@types/commander": "^2.3.31",
    "@types/glob": "^5.0.30",
    "@types/jest": "^19.2.2",
    "@types/node": "^7.0.8",
    "@types/parsimmon": "^1.0.2",
    "jest": "^19.0.2",
    "typescript": "^2.3.2"
  }
}
