-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 652 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "tsc",
"version": "1.20150623.0+f2044a901165a2a97813772353b57dd9ed4796ca",
"description": "Latest code from microsoft/typescript packaged and released",
"main": "./bin/typescript.js",
"bin": {
"tsc": "./bin/tsc",
"tsserver": "./bin/tsserver"
},
"typescript": {
"definition": "./bin/typescript.d.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/basarat/tsc.git"
},
"keywords": [
"typescript"
],
"author": "basaratali@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/basarat/tsc/issues"
},
"homepage": "https://github.com/basarat/tsc#readme"
}