{
  "name": "esbuild-node-tsc",
  "description": "Build your Typescript Node.js projects using blazing fast esbuild",
  "version": "2.0.5",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/a7ul/esbuild-node-tsc.git"
  },
  "author": "",
  "bugs": {
    "url": "https://github.com/a7ul/esbuild-node-tsc/issues"
  },
  "homepage": "https://github.com/a7ul/esbuild-node-tsc#readme",
  "main": "./dist/index.js",
  "bin": {
    "esbuild-node-tsc": "dist/index.js",
    "etsc": "dist/index.js"
  },
  "type": "module",
  "license": "MIT",
  "scripts": {
    "prepare": "tsc",
    "build": "tsc"
  },
  "keywords": [
    "esbuild",
    "node",
    "dev",
    "tsnode",
    "ts-node",
    "tsc",
    "typescript"
  ],
  "devDependencies": {
    "@types/node": "^18.11.18",
    "@types/yargs": "^17.0.19",
    "esbuild": "^0.16.14",
    "typescript": "^4.9.4"
  },
  "dependencies": {
    "yargs": "^17.6.2"
  },
  "peerDependencies": {
    "esbuild": ">=0.13.0",
    "typescript": "*"
  },
  "prettier": {
    "semi": true
  }
}
