tsmake
Version:
tsmake is a typescript make. Created for autocompile Typescript code into JS.
35 lines (34 loc) • 754 B
JSON
{
"name": "tsmake",
"version": "1.0.9",
"description": "tsmake is a typescript make. Created for autocompile Typescript code into JS. ",
"main": "tsmake.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/DronCode/tsmake.git"
},
"keywords": [
"tsmake",
"make",
"typescript",
"nodets"
],
"dependencies": {
"typescript-compiler": "*",
"colors": "*",
"commander": "*"
},
"author": "WikkeLLC",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/DronCode/tsmake/issues"
},
"homepage": "https://github.com/DronCode/tsmake",
"preferGlobal": "true",
"bin": {
"tsmake": "./tsmake.js"
}
}