Files
Viper_VSCode/packages/pyright-internal/package.json
TermiNexus e9e4693333
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
初始化上传
2026-07-24 17:08:39 +08:00

59 lines
2.7 KiB
JSON

{
"name": "pyright-internal",
"displayName": "pyright",
"description": "Type checker for the Python language",
"version": "1.1.411",
"license": "MIT",
"private": true,
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"clean": "shx rm -rf ./dist ./out",
"webpack:testserver": "rspack build --config ./src/tests/lsp/rspack.testserver.config.js --mode development",
"webpack:testserver:watch": "npm run clean && rspack build --config ./src/tests/lsp/rspack.testserver.config.js --mode development --watch",
"test": "npm run webpack:testserver && node --max-old-space-size=8192 --expose-gc ./node_modules/jest/bin/jest --forceExit --testPathIgnorePatterns src/tests/benchmarks",
"test:norebuild": "node --max-old-space-size=8192 --expose-gc ./node_modules/jest/bin/jest --forceExit --testPathIgnorePatterns src/tests/benchmarks",
"test:benchmark": "cross-env PYRIGHT_RUN_BENCHMARKS=1 node --max-old-space-size=8192 --expose-gc ./node_modules/jest/bin/jest --forceExit --testTimeout=300000 --runInBand --detectOpenHandles src/tests/benchmarks",
"test:coverage": "node --max-old-space-size=8192 --expose-gc ./node_modules/jest/bin/jest --forceExit --testPathIgnorePatterns src/tests/benchmarks --reporters=jest-junit --reporters=default --coverage --coverageReporters=cobertura --coverageReporters=html --coverageReporters=json",
"test:imports": "node --max-old-space-size=8192 --expose-gc ./node_modules/jest/bin/jest importResolver.test --forceExit --runInBand"
},
"dependencies": {
"@yarnpkg/fslib": "2.10.4",
"@yarnpkg/libzip": "2.3.0",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
"command-line-args": "^5.2.1",
"jsonc-parser": "^3.3.1",
"smol-toml": "^1.6.1",
"source-map-support": "^0.5.21",
"tmp": "^0.2.7",
"vscode-jsonrpc": "^9.0.0-next.8",
"vscode-languageserver": "^10.0.0-next.13",
"vscode-languageserver-protocol": "^3.17.6-next.13",
"vscode-languageserver-textdocument": "^1.0.11",
"vscode-languageserver-types": "^3.17.6-next.6",
"vscode-uri": "^3.1.0"
},
"devDependencies": {
"@rspack/cli": "^2.0.5",
"@rspack/core": "^2.0.5",
"@types/command-line-args": "^5.2.3",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.24",
"@types/node": "^25.9.2",
"@types/tmp": "^0.2.6",
"esbuild-loader": "^4.5.0",
"jest": "^30.2.0",
"jest-junit": "^17.0.0",
"shx": "^0.4.0",
"ts-jest": "^29.4.7",
"ts-loader": "^9.5.4",
"typescript": "~6.0.3",
"webpack": "^5.104.1",
"word-wrap": "1.2.5"
}
}