UNPKG

@ts-macro/tsc

Version:

Command line typescript checker for TS Macro

36 lines 753 B
{ "name": "@ts-macro/tsc", "version": "0.3.4", "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" ], "bin": { "tsmc": "./bin/tsmc.js" }, "dependencies": { "@volar/typescript": "^2.4.20", "@ts-macro/language-plugin": "0.3.4" }, "scripts": { "dev": "DEV=true tsdown", "build": "tsdown" } }