{
  "name": "@ts-macro/tsc",
  "version": "0.3.7",
  "description": "Command line typescript checker for TS Macro",
  "type": "commonjs",
  "keywords": [
    "TS",
    "Macro"
  ],
  "license": "MIT",
  "homepage": "https://github.com/ts-macro/ts-macro#readme",
  "bugs": {
    "url": "https://github.com/ts-macro/ts-macro/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ts-macro/ts-macro.git",
    "directory": "packages/tsc"
  },
  "author": "zhiyuanzmj",
  "files": [
    "bin",
    "dist"
  ],
  "main": "./dist/index.js",
  "bin": {
    "tsmc": "./bin/tsmc.js"
  },
  "dependencies": {
    "@volar/typescript": "^2.4.23",
    "@ts-macro/language-plugin": "0.3.7"
  },
  "scripts": {
    "dev": "DEV=true tsdown",
    "build": "tsdown"
  }
}