UNPKG

pyright

Version:

Type checker for the Python language

52 lines (51 loc) 1.44 kB
{ "name": "pyright", "displayName": "Pyright", "description": "Type checker for the Python language", "version": "1.1.413", "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" } }