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
50 lines
2.0 KiB
JSON
50 lines
2.0 KiB
JSON
{
|
|
"name": "pyright-root",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "node ./build/skipBootstrap.js || npm run install:others",
|
|
"clean": "lerna run --no-bail --stream clean",
|
|
"install:all": "npm install",
|
|
"install:others": "cross-env SKIP_LERNA_BOOTSTRAP=yes lerna exec --no-bail npm install",
|
|
"update:all": "node ./build/updateDeps.js",
|
|
"build:extension:dev": "cd packages/vscode-pyright && npm run webpack",
|
|
"build:cli:dev": "cd packages/pyright && npm run webpack",
|
|
"watch:extension": "cd packages/vscode-pyright && npm run webpack-dev",
|
|
"watch:testserver": "cd packages/pyright-internal && npm run webpack:testserver:watch",
|
|
"check": "npm run check:syncpack && npm run check:eslint && npm run check:prettier",
|
|
"check:syncpack": "syncpack lint",
|
|
"fix:syncpack": "syncpack fix && npm run install:all",
|
|
"check:eslint": "cross-env ESLINT_USE_FLAT_CONFIG=false eslint .",
|
|
"fix:eslint": "cross-env ESLINT_USE_FLAT_CONFIG=false eslint --fix .",
|
|
"check:prettier": "prettier -c .",
|
|
"fix:prettier": "prettier --write .",
|
|
"typecheck": "npx lerna exec --stream --no-bail --ignore=pyright -- \"tsc --noEmit\""
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^8.1.0",
|
|
"@types/node": "^25.9.2",
|
|
"@types/yargs": "^16.0.11",
|
|
"@typescript-eslint/eslint-plugin": "8.60.1",
|
|
"@typescript-eslint/parser": "8.60.1",
|
|
"axios": "^1.12.2",
|
|
"cross-env": "^10.1.0",
|
|
"eslint": "^9.0.0",
|
|
"eslint-config-prettier": "^8.10.2",
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
"glob": "^11.1.0",
|
|
"jsonc-parser": "^3.3.1",
|
|
"lerna": "9.0.7",
|
|
"npm-check-updates": "^19.6.3",
|
|
"p-queue": "^6.6.2",
|
|
"prettier": "2.8.8",
|
|
"syncpack": "~15.3.1",
|
|
"tmp": "^0.2.7",
|
|
"typescript": "~6.0.3",
|
|
"word-wrap": "1.2.5",
|
|
"yargs": "^16.2.0"
|
|
},
|
|
"overrides": {
|
|
"tar": "7.5.11"
|
|
}
|
|
}
|