ttypescript
Version:
Over TypeScript tool to use custom transformers in the tsconfig.json
43 lines (42 loc) • 875 B
JSON
{
"name": "ttypescript",
"bin": {
"ttsc": "./bin/tsc",
"ttsserver": "./bin/tsserver"
},
"version": "1.5.15",
"description": "Over TypeScript tool to use custom transformers in the tsconfig.json",
"main": "lib/typescript.js",
"files": [
"*.md",
"bin",
"lib",
"ts-node-config"
],
"author": "cevek",
"repository": {
"type": "git",
"url": "https://github.com/cevek/ttypescript.git"
},
"homepage": "https://github.com/cevek/ttypescript/tree/master/packages/ttypescript",
"keywords": [
"typescript",
"wrapper",
"transform",
"transformer",
"plugin",
"config"
],
"license": "MIT",
"dependencies": {
"resolve": ">=1.9.0"
},
"devDependencies": {
"ts-node": ">=8.0.2",
"typescript": ">=3.2.2"
},
"peerDependencies": {
"ts-node": ">=8.0.2",
"typescript": ">=3.2.2"
}
}