Files
Viper_VSCode/packages/pyright/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

52 lines
1.4 KiB
JSON

{
"name": "pyright",
"displayName": "Pyright",
"description": "Type checker for the Python language",
"version": "1.1.411",
"license": "MIT",
"author": {
"name": "Microsoft Corporation"
},
"publisher": "Microsoft Corporation",
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/pyright",
"directory": "packages/pyright"
},
"scripts": {
"build": "rspack build -c rspack.config.js --mode production",
"clean": "shx rm -rf ./dist ./out README.md LICENSE.txt",
"prepack": "npm run clean && shx cp ../../README.md . && shx cp ../../LICENSE.txt . && npm run build",
"webpack": "rspack build -c rspack.config.js --mode development"
},
"optionalDependencies": {
"fsevents": "~2.3.3"
},
"devDependencies": {
"@rspack/cli": "^2.0.5",
"@rspack/core": "^2.0.5",
"@types/node": "^25.9.2",
"copy-webpack-plugin": "^14.0.0",
"esbuild-loader": "^4.5.0",
"shx": "^0.4.0",
"ts-loader": "^9.5.4",
"typescript": "~6.0.3",
"webpack": "^5.104.1"
},
"files": [
"/dist",
"LICENSE.txt"
],
"main": "index.js",
"bin": {
"pyright": "index.js",
"pyright-langserver": "langserver.index.js"
},
"overrides": {
"tar": "7.5.11"
}
}