@ts-macro/tsc
Version:
Command line typescript checker for TS Macro
37 lines • 782 B
JSON
{
"name": "@ts-macro/tsc",
"version": "0.3.6",
"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.6"
},
"scripts": {
"dev": "DEV=true tsdown",
"build": "tsdown"
}
}