{
  "name": "ts-check",
  "version": "0.2.4",
  "description": "Type checker for typescript",
  "main": "index.js",
  "scripts": {
    "test": "mocha tests/index.js",
    "build": "tsc"
  },
  "keywords": [
    "typescript",
    "validate",
    "checker",
    "type-checker"
  ],
  "dependencies": {
    "@types/mocha": "latest",
    "@types/node": "latest",
    "extend": "^3.0.1"
  },
  "devDependencies": {
    "mocha": "latest"
  },
  "author": "lessu",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lessu/ts-check.git"
  },
  "homepage": "https://github.com/lessu/ts-check"
}
