UNPKG

tsc-node

Version:

typescript complier when module is loading

33 lines (32 loc) 648 B
{ "name": "tsc-node", "version": "0.0.3", "description": "typescript complier when module is loading", "main": "tsc.js", "scripts": { "test": "node test/index" }, "files": [ "tsc.js" ], "repository": { "type": "git", "url": "git+https://github.com/shynome/tsc-node.git" }, "keywords": [ "typescript", "complier" ], "author": "shynome", "license": "MIT", "bugs": { "url": "https://github.com/shynome/tsc-node/issues" }, "homepage": "https://github.com/shynome/tsc-node#readme", "dependencies": { "typescript": "^2.1.5" }, "devDependencies": { "@types/node": "^7.0.1" } }