UNPKG

4.37 kBJSONView Raw
1{
2 "name": "typescript",
3 "author": "Microsoft Corp.",
4 "homepage": "https://www.typescriptlang.org/",
5 "version": "4.0.6",
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/glob": "latest",
37 "@types/gulp": "^4.0.5",
38 "@types/gulp-concat": "latest",
39 "@types/gulp-newer": "latest",
40 "@types/gulp-rename": "0.0.33",
41 "@types/gulp-sourcemaps": "0.0.32",
42 "@types/jake": "latest",
43 "@types/merge2": "latest",
44 "@types/microsoft__typescript-etw": "latest",
45 "@types/minimatch": "latest",
46 "@types/minimist": "latest",
47 "@types/mkdirp": "latest",
48 "@types/mocha": "latest",
49 "@types/ms": "latest",
50 "@types/node": "latest",
51 "@types/node-fetch": "^2.3.4",
52 "@types/q": "latest",
53 "@types/source-map-support": "latest",
54 "@types/through2": "latest",
55 "@types/travis-fold": "latest",
56 "@types/xml2js": "^0.4.0",
57 "@typescript-eslint/eslint-plugin": "^3.6.1-alpha.1",
58 "@typescript-eslint/experimental-utils": "^3.4.1-alpha.1",
59 "@typescript-eslint/parser": "^3.4.1-alpha.1",
60 "async": "latest",
61 "azure-devops-node-api": "^10.1.0",
62 "browser-resolve": "^1.11.2",
63 "browserify": "latest",
64 "chai": "latest",
65 "chalk": "latest",
66 "convert-source-map": "latest",
67 "del": "5.1.0",
68 "diff": "^4.0.2",
69 "eslint": "6.8.0",
70 "eslint-formatter-autolinkable-stylish": "1.1.2",
71 "eslint-plugin-import": "2.20.2",
72 "eslint-plugin-jsdoc": "22.1.0",
73 "eslint-plugin-no-null": "1.0.2",
74 "fancy-log": "latest",
75 "fs-extra": "^9.0.0",
76 "glob": "latest",
77 "gulp": "^4.0.0",
78 "gulp-concat": "latest",
79 "gulp-insert": "latest",
80 "gulp-newer": "latest",
81 "gulp-rename": "latest",
82 "gulp-sourcemaps": "latest",
83 "istanbul": "latest",
84 "merge2": "latest",
85 "minimist": "latest",
86 "mkdirp": "latest",
87 "mocha": "latest",
88 "mocha-fivemat-progress-reporter": "latest",
89 "ms": "latest",
90 "node-fetch": "^2.6.0",
91 "playwright": "0.12.1",
92 "plugin-error": "latest",
93 "pretty-hrtime": "^1.0.3",
94 "prex": "^0.4.3",
95 "q": "latest",
96 "remove-internal": "^2.9.2",
97 "source-map-support": "latest",
98 "through2": "latest",
99 "travis-fold": "latest",
100 "typescript": "^4.0.0-dev.20200624",
101 "vinyl": "latest",
102 "vinyl-sourcemaps-apply": "latest",
103 "xml2js": "^0.4.19"
104 },
105 "scripts": {
106 "prepare": "gulp build-eslint-rules",
107 "pretest": "gulp tests",
108 "test": "gulp runtests-parallel --light=false",
109 "test:eslint-rules": "gulp run-eslint-rules-tests",
110 "build": "npm run build:compiler && npm run build:tests",
111 "build:compiler": "gulp local",
112 "build:tests": "gulp tests",
113 "start": "node lib/tsc",
114 "clean": "gulp clean",
115 "gulp": "gulp",
116 "jake": "gulp",
117 "lint": "gulp lint",
118 "lint:ci": "gulp lint --ci",
119 "lint:compiler": "gulp lint-compiler",
120 "lint:scripts": "gulp lint-scripts",
121 "setup-hooks": "node scripts/link-hooks.js"
122 },
123 "browser": {
124 "fs": false,
125 "os": false,
126 "path": false,
127 "crypto": false,
128 "buffer": false,
129 "@microsoft/typescript-etw": false,
130 "source-map-support": false,
131 "inspector": false
132 },
133 "dependencies": {}
134}