UNPKG

486 BJSONView Raw
1{
2 "name": "tsc",
3 "version": "2.0.4",
4 "description": "A deprecated release of the TypeScript compiler",
5 "main": "./bin/tsc.js",
6 "bin": {
7 "tsc": "./bin/tsc"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/basarat/tsc.git"
12 },
13 "keywords": [
14 "typescript"
15 ],
16 "author": "basaratali@gmail.com",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/basarat/tsc/issues"
20 },
21 "homepage": "https://github.com/basarat/tsc#readme"
22}