{
  "name": "lab-transform-typescript",
  "version": "3.0.1",
  "description": "transform TypeScript for the lab testing framework",
  "repository": {
    "type": "git",
    "url": "git://github.com/garthk/lab-transform-typescript.git"
  },
  "main": "dist/index.js",
  "scripts": {
    "test": "lab --transform . test"
  },
  "keywords": [
    "lab",
    "typescript",
    "coverage",
    "test"
  ],
  "author": "Garth Kidd <garth@garthk.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^7.0.4",
    "code": "^3.0.1",
    "cross-env": "^1.0.8",
    "in-publish": "^2.0.0",
    "lab": "^10.8.2",
    "typescript": "^2.1.5"
  },
  "dependencies": {
    "debug": "^2.6.0"
  },
  "peerDependencies": {
    "typescript": ">=2.1.5"
  }
}
