UNPKG

3.34 kBJSONView Raw
1{
2 "name": "typescript",
3 "author": "Microsoft Corp.",
4 "homepage": "https://www.typescriptlang.org/",
5 "version": "3.5.2",
6 "license": "Apache-2.0",
7 "description": "TypeScript is a language for application scale JavaScript development",
8 "keywords": [
9 "TypeScript",
10 "Microsoft",
11 "compiler",
12 "language",
13 "javascript"
14 ],
15 "bugs": {
16 "url": "https://github.com/Microsoft/TypeScript/issues"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/Microsoft/TypeScript.git"
21 },
22 "main": "./lib/typescript.js",
23 "typings": "./lib/typescript.d.ts",
24 "bin": {
25 "tsc": "./bin/tsc",
26 "tsserver": "./bin/tsserver"
27 },
28 "engines": {
29 "node": ">=4.2.0"
30 },
31 "devDependencies": {
32 "@octokit/rest": "latest",
33 "@types/browserify": "latest",
34 "@types/chai": "latest",
35 "@types/convert-source-map": "latest",
36 "@types/del": "latest",
37 "@types/glob": "latest",
38 "@types/gulp": "^4.0.5",
39 "@types/gulp-concat": "latest",
40 "@types/gulp-newer": "latest",
41 "@types/gulp-rename": "0.0.33",
42 "@types/gulp-sourcemaps": "0.0.32",
43 "@types/jake": "latest",
44 "@types/merge2": "latest",
45 "@types/minimatch": "latest",
46 "@types/minimist": "latest",
47 "@types/mkdirp": "latest",
48 "@types/mocha": "latest",
49 "@types/ms": "latest",
50 "@types/node": "8.5.5",
51 "@types/q": "latest",
52 "@types/source-map-support": "latest",
53 "@types/through2": "latest",
54 "@types/travis-fold": "latest",
55 "@types/xml2js": "^0.4.0",
56 "browser-resolve": "^1.11.2",
57 "browserify": "latest",
58 "chai": "latest",
59 "chalk": "latest",
60 "convert-source-map": "latest",
61 "del": "latest",
62 "fancy-log": "latest",
63 "fs-extra": "^6.0.1",
64 "gulp": "^4.0.0",
65 "gulp-concat": "latest",
66 "gulp-insert": "latest",
67 "gulp-newer": "latest",
68 "gulp-rename": "latest",
69 "gulp-sourcemaps": "latest",
70 "istanbul": "latest",
71 "merge2": "latest",
72 "minimist": "latest",
73 "mkdirp": "latest",
74 "mocha": "latest",
75 "mocha-fivemat-progress-reporter": "latest",
76 "ms": "latest",
77 "plugin-error": "latest",
78 "pretty-hrtime": "^1.0.3",
79 "prex": "^0.4.3",
80 "q": "latest",
81 "remove-internal": "^2.9.2",
82 "source-map-support": "latest",
83 "through2": "latest",
84 "travis-fold": "latest",
85 "tslint": "latest",
86 "typescript": "next",
87 "vinyl": "latest",
88 "vinyl-sourcemaps-apply": "latest",
89 "xml2js": "^0.4.19"
90 },
91 "scripts": {
92 "pretest": "gulp tests",
93 "test": "gulp runtests-parallel --light=false",
94 "build": "npm run build:compiler && npm run build:tests",
95 "build:compiler": "gulp local",
96 "build:tests": "gulp tests",
97 "start": "node lib/tsc",
98 "clean": "gulp clean",
99 "gulp": "gulp",
100 "jake": "gulp",
101 "lint": "gulp lint",
102 "setup-hooks": "node scripts/link-hooks.js"
103 },
104 "browser": {
105 "fs": false,
106 "os": false,
107 "path": false
108 },
109 "dependencies": {}
110}