{
  "name": "tsc-esbuild",
  "version": "0.0.1-0",
  "description": "tsc powered by esbuild",
  "main": "index.js",
  "bin": {
    "ebc": "bin/tsc-esbuild.js"
  },
  "peerDependencies": {
    "typescript": "3.x || 4.x"
  },
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/jest": "^26.0.20",
    "@types/node": "^14.14.31",
    "@types/rimraf": "^3.0.0",
    "debug": "^4.3.1",
    "jest": "^26.6.3",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.5.2",
    "typescript": "^4.2.2"
  },
  "scripts": {
    "test": "jest",
    "dev": "tsc --watch",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fi3ework/tsc-esbuild.git"
  },
  "keywords": [
    "esbuild",
    "tsc",
    "typescript"
  ],
  "author": "fi3ework",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fi3ework/tsc-esbuild/issues"
  },
  "homepage": "https://github.com/fi3ework/tsc-esbuild#readme",
  "dependencies": {
    "commander": "^7.1.0",
    "esbuild": "^0.8.52"
  }
}
