2014-07-13 03:04:16 +04:00
|
|
|
{
|
2015-01-30 23:03:21 +03:00
|
|
|
"name": "typescript",
|
|
|
|
"author": "Microsoft Corp.",
|
2018-09-26 10:56:25 +03:00
|
|
|
"homepage": "https://www.typescriptlang.org/",
|
2024-06-03 20:36:47 +03:00
|
|
|
"version": "5.6.0",
|
2015-05-19 13:46:50 +03:00
|
|
|
"license": "Apache-2.0",
|
2015-01-30 23:03:21 +03:00
|
|
|
"description": "TypeScript is a language for application scale JavaScript development",
|
|
|
|
"keywords": [
|
|
|
|
"TypeScript",
|
|
|
|
"Microsoft",
|
|
|
|
"compiler",
|
|
|
|
"language",
|
|
|
|
"javascript"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Microsoft/TypeScript/issues"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Microsoft/TypeScript.git"
|
|
|
|
},
|
2015-07-27 20:07:07 +03:00
|
|
|
"main": "./lib/typescript.js",
|
2015-08-28 00:06:06 +03:00
|
|
|
"typings": "./lib/typescript.d.ts",
|
2015-01-30 23:03:21 +03:00
|
|
|
"bin": {
|
2015-02-12 19:20:41 +03:00
|
|
|
"tsc": "./bin/tsc",
|
|
|
|
"tsserver": "./bin/tsserver"
|
2015-01-30 23:03:21 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-04-15 05:36:13 +03:00
|
|
|
"node": ">=14.17"
|
2015-01-30 23:03:21 +03:00
|
|
|
},
|
2022-08-24 00:14:20 +03:00
|
|
|
"files": [
|
2022-09-24 02:05:20 +03:00
|
|
|
"bin",
|
|
|
|
"lib",
|
|
|
|
"!lib/enu",
|
|
|
|
"LICENSE.txt",
|
|
|
|
"README.md",
|
|
|
|
"SECURITY.md",
|
|
|
|
"ThirdPartyNoticeText.txt",
|
2022-08-26 22:15:30 +03:00
|
|
|
"!**/.gitattributes"
|
2022-08-24 00:14:20 +03:00
|
|
|
],
|
2015-01-30 23:03:21 +03:00
|
|
|
"devDependencies": {
|
2024-05-23 01:20:26 +03:00
|
|
|
"@dprint/formatter": "^0.3.0",
|
2024-05-30 02:20:16 +03:00
|
|
|
"@dprint/typescript": "0.91.0",
|
2022-11-09 23:07:08 +03:00
|
|
|
"@esfx/canceltoken": "^1.0.0",
|
2024-05-07 22:55:16 +03:00
|
|
|
"@octokit/rest": "^20.1.1",
|
|
|
|
"@types/chai": "^4.3.16",
|
2024-01-19 23:44:01 +03:00
|
|
|
"@types/minimist": "^1.2.5",
|
|
|
|
"@types/mocha": "^10.0.6",
|
|
|
|
"@types/ms": "^0.7.34",
|
2019-07-29 20:33:43 +03:00
|
|
|
"@types/node": "latest",
|
2024-01-19 23:44:01 +03:00
|
|
|
"@types/source-map-support": "^0.5.10",
|
|
|
|
"@types/which": "^3.0.3",
|
2024-05-30 02:20:16 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
|
|
|
"@typescript-eslint/parser": "^7.11.0",
|
|
|
|
"@typescript-eslint/utils": "^7.11.0",
|
2024-05-07 22:55:16 +03:00
|
|
|
"azure-devops-node-api": "^13.0.0",
|
2024-01-19 23:44:01 +03:00
|
|
|
"c8": "^9.1.0",
|
|
|
|
"chai": "^4.4.1",
|
2021-12-02 22:05:17 +03:00
|
|
|
"chalk": "^4.1.2",
|
2024-03-06 23:29:01 +03:00
|
|
|
"chokidar": "^3.6.0",
|
|
|
|
"diff": "^5.2.0",
|
2024-05-30 02:20:16 +03:00
|
|
|
"dprint": "^0.46.1",
|
|
|
|
"esbuild": "^0.21.4",
|
2024-03-06 23:29:01 +03:00
|
|
|
"eslint": "^8.57.0",
|
2024-01-19 23:44:01 +03:00
|
|
|
"eslint-formatter-autolinkable-stylish": "^1.3.0",
|
2024-05-07 22:55:16 +03:00
|
|
|
"eslint-plugin-local": "^4.2.2",
|
2024-05-30 02:20:16 +03:00
|
|
|
"fast-xml-parser": "^4.4.0",
|
|
|
|
"glob": "^10.4.1",
|
2024-01-19 23:44:01 +03:00
|
|
|
"hereby": "^1.8.9",
|
2024-03-06 23:29:01 +03:00
|
|
|
"jsonc-parser": "^3.2.1",
|
2023-03-01 09:58:00 +03:00
|
|
|
"minimist": "^1.2.8",
|
2024-05-07 22:55:16 +03:00
|
|
|
"mocha": "^10.4.0",
|
2023-03-01 09:58:00 +03:00
|
|
|
"mocha-fivemat-progress-reporter": "^0.1.0",
|
2021-09-16 19:52:54 +03:00
|
|
|
"ms": "^2.1.3",
|
2024-01-19 23:44:01 +03:00
|
|
|
"node-fetch": "^3.3.2",
|
2024-05-30 02:20:16 +03:00
|
|
|
"playwright": "^1.44.1",
|
2023-03-01 09:58:00 +03:00
|
|
|
"source-map-support": "^0.5.21",
|
2024-01-19 23:44:01 +03:00
|
|
|
"tslib": "^2.6.2",
|
2024-05-07 22:55:16 +03:00
|
|
|
"typescript": "^5.4.5",
|
2024-01-19 23:44:01 +03:00
|
|
|
"which": "^3.0.1"
|
2015-01-30 23:03:21 +03:00
|
|
|
},
|
2023-01-13 06:17:37 +03:00
|
|
|
"overrides": {
|
2023-05-12 19:25:09 +03:00
|
|
|
"typescript@*": "$typescript"
|
2023-01-13 06:17:37 +03:00
|
|
|
},
|
2015-01-30 23:03:21 +03:00
|
|
|
"scripts": {
|
2022-10-09 23:15:45 +03:00
|
|
|
"test": "hereby runtests-parallel --light=false",
|
|
|
|
"test:eslint-rules": "hereby run-eslint-rules-tests",
|
2015-08-01 02:40:01 +03:00
|
|
|
"build": "npm run build:compiler && npm run build:tests",
|
2022-10-09 23:15:45 +03:00
|
|
|
"build:compiler": "hereby local",
|
|
|
|
"build:tests": "hereby tests",
|
2022-12-09 04:04:58 +03:00
|
|
|
"build:tests:notypecheck": "hereby tests --no-typecheck",
|
2022-10-09 23:15:45 +03:00
|
|
|
"clean": "hereby clean",
|
|
|
|
"gulp": "hereby",
|
|
|
|
"lint": "hereby lint",
|
2015-01-30 23:03:21 +03:00
|
|
|
"format": "dprint fmt",
|
2022-10-07 19:50:46 +03:00
|
|
|
"setup-hooks": "node scripts/link-hooks.mjs"
|
2015-08-14 07:04:05 +03:00
|
|
|
},
|
|
|
|
"browser": {
|
2015-08-21 21:32:53 +03:00
|
|
|
"fs": false,
|
|
|
|
"os": false,
|
2019-08-02 20:50:49 +03:00
|
|
|
"path": false,
|
2019-09-05 02:59:16 +03:00
|
|
|
"crypto": false,
|
|
|
|
"buffer": false,
|
2019-09-27 23:34:44 +03:00
|
|
|
"source-map-support": false,
|
2023-10-11 01:14:02 +03:00
|
|
|
"inspector": false,
|
|
|
|
"perf_hooks": false
|
2018-06-19 08:45:13 +03:00
|
|
|
},
|
2023-05-09 19:58:38 +03:00
|
|
|
"packageManager": "npm@8.19.4",
|
2021-02-10 23:56:22 +03:00
|
|
|
"volta": {
|
2023-05-09 19:58:38 +03:00
|
|
|
"node": "20.1.0",
|
|
|
|
"npm": "8.19.4"
|
2021-03-26 00:46:16 +03:00
|
|
|
}
|
2014-07-13 03:04:16 +04:00
|
|
|
}
|