1{ 2 "name": "ohos-typescript", 3 "ohos": { 4 "org": "opensource" 5 }, 6 "author": "Microsoft Corp", 7 "homepage": "https://www.typescriptlang.org/", 8 "version": "4.9.5-r4", 9 "license": "Apache-2.0", 10 "description": "TypeScript is a language for application scale JavaScript development", 11 "keywords": [ 12 "TypeScript", 13 "Microsoft", 14 "compiler", 15 "language", 16 "javascript" 17 ], 18 "bugs": { 19 "url": "https://github.com/Microsoft/TypeScript/issues" 20 }, 21 "repository": { 22 "type": "git", 23 "url": "https://github.com/Microsoft/TypeScript.git" 24 }, 25 "main": "./lib/typescript.js", 26 "typings": "./lib/typescript.d.ts", 27 "bin": { 28 "tsc": "./bin/tsc", 29 "tsserver": "./bin/tsserver" 30 }, 31 "engines": { 32 "node": ">=4.2.0" 33 }, 34 "files": [ 35 "bin", 36 "lib", 37 "!lib/enu", 38 "LICENSE.txt", 39 "README.md", 40 "SECURITY.md", 41 "ThirdPartyNoticeText.txt", 42 "!**/.gitattributes" 43 ], 44 "devDependencies": { 45 "json5": "^2.2.3", 46 "@octokit/rest": "19.0.5", 47 "@types/chai": "4.3.3", 48 "@types/fs-extra": "9.0.13", 49 "@types/glob": "8.0.0", 50 "@types/microsoft__typescript-etw": "0.1.1", 51 "@types/minimist": "1.2.4", 52 "@types/mocha": "10.0.3", 53 "@types/ms": "0.7.33", 54 "@types/node": "18.11.7", 55 "@types/source-map-support": "0.5.6", 56 "@types/which": "^2.0.1", 57 "@typescript-eslint/eslint-plugin": "5.33.1", 58 "@typescript-eslint/parser": "5.33.1", 59 "@typescript-eslint/utils": "5.33.1", 60 "azure-devops-node-api": "11.2.0", 61 "chai": "4.3.10", 62 "chalk": "4.1.2", 63 "del": "6.1.1", 64 "diff": "5.1.0", 65 "esbuild": "^0.15.13", 66 "eslint": "8.22.0", 67 "eslint-formatter-autolinkable-stylish": "1.2.0", 68 "eslint-plugin-import": "2.26.0", 69 "eslint-plugin-jsdoc": "39.3.6", 70 "eslint-plugin-local": "1.0.0", 71 "eslint-plugin-no-null": "1.0.2", 72 "fast-xml-parser": "^4.3.3", 73 "fs-extra": "9.1.0", 74 "glob": "8.1.0", 75 "hereby": "^1.6.4", 76 "jsonc-parser": "^3.2.0", 77 "minimist": "1.2.8", 78 "mocha": "10.2.0", 79 "mocha-fivemat-progress-reporter": "0.1.0", 80 "ms": "2.1.3", 81 "node-fetch": "3.2.10", 82 "source-map-support": "0.5.21", 83 "typescript": "4.8.4", 84 "which": "2.0.2" 85 }, 86 "scripts": { 87 "test": "hereby runtests-parallel --light=false", 88 "test:eslint-rules": "hereby run-eslint-rules-tests", 89 "build": "npm run build:compiler && npm run build:tests", 90 "build:compiler": "hereby local", 91 "build:tests": "hereby tests", 92 "start": "node lib/tsc", 93 "clean": "hereby clean", 94 "gulp": "hereby", 95 "release": "hereby LKG", 96 "baseline": "hereby baseline-accept", 97 "lint": "hereby lint", 98 "setup-hooks": "node scripts/link-hooks.mjs", 99 "test:system-api": "tsc ./tests/system_api_test/system_api_test.ts && node ./tests/system_api_test/system_api_test.js", 100 "alltest": "npm run test && npm run test:system-api" 101 }, 102 "browser": { 103 "fs": false, 104 "os": false, 105 "path": false, 106 "crypto": false, 107 "buffer": false, 108 "@microsoft/typescript-etw": false, 109 "source-map-support": false, 110 "inspector": false 111 }, 112 "packageManager": "npm@8.15.0", 113 "volta": { 114 "node": "14.20.0", 115 "npm": "8.15.0" 116 } 117} 118