UNPKG

3.65 kBJSONView Raw
1{
2 "name": "typescript",
3 "author": "Microsoft Corp.",
4 "homepage": "https://www.typescriptlang.org/",
5 "version": "3.6.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/microsoft__typescript-etw": "latest",
46 "@types/minimatch": "latest",
47 "@types/minimist": "latest",
48 "@types/mkdirp": "latest",
49 "@types/mocha": "latest",
50 "@types/ms": "latest",
51 "@types/node": "latest",
52 "@types/node-fetch": "^2.3.4",
53 "@types/q": "latest",
54 "@types/source-map-support": "latest",
55 "@types/through2": "latest",
56 "@types/travis-fold": "latest",
57 "@types/xml2js": "^0.4.0",
58 "azure-devops-node-api": "^8.0.0",
59 "browser-resolve": "^1.11.2",
60 "browserify": "latest",
61 "chai": "latest",
62 "chalk": "latest",
63 "convert-source-map": "latest",
64 "del": "latest",
65 "fancy-log": "latest",
66 "fs-extra": "^6.0.1",
67 "gulp": "^4.0.0",
68 "gulp-concat": "latest",
69 "gulp-insert": "latest",
70 "gulp-newer": "latest",
71 "gulp-rename": "latest",
72 "gulp-sourcemaps": "latest",
73 "istanbul": "latest",
74 "merge2": "latest",
75 "minimist": "latest",
76 "mkdirp": "latest",
77 "mocha": "latest",
78 "mocha-fivemat-progress-reporter": "latest",
79 "ms": "latest",
80 "node-fetch": "^2.6.0",
81 "plugin-error": "latest",
82 "pretty-hrtime": "^1.0.3",
83 "prex": "^0.4.3",
84 "q": "latest",
85 "remove-internal": "^2.9.2",
86 "simple-git": "^1.113.0",
87 "source-map-support": "latest",
88 "through2": "latest",
89 "travis-fold": "latest",
90 "tslint": "latest",
91 "typescript": "next",
92 "vinyl": "latest",
93 "vinyl-sourcemaps-apply": "latest",
94 "xml2js": "^0.4.19"
95 },
96 "scripts": {
97 "pretest": "gulp tests",
98 "test": "gulp runtests-parallel --light=false",
99 "build": "npm run build:compiler && npm run build:tests",
100 "build:compiler": "gulp local",
101 "build:tests": "gulp tests",
102 "start": "node lib/tsc",
103 "clean": "gulp clean",
104 "gulp": "gulp",
105 "jake": "gulp",
106 "lint": "gulp lint",
107 "setup-hooks": "node scripts/link-hooks.js",
108 "update-costly-tests": "node scripts/costly-tests.js"
109 },
110 "browser": {
111 "fs": false,
112 "os": false,
113 "path": false,
114 "@microsoft/typescript-etw": false
115 },
116 "dependencies": {}
117}