зеркало из https://github.com/microsoft/pyright.git
45 строки
1.9 KiB
JSON
45 строки
1.9 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 list-mismatches",
|
|
"fix:syncpack": "syncpack fix-mismatches --indent \" \" && npm run install:all",
|
|
"check:eslint": "eslint .",
|
|
"fix:eslint": "eslint --fix .",
|
|
"check:prettier": "prettier -c .",
|
|
"fix:prettier": "prettier --write .",
|
|
"typecheck": "npx lerna exec --stream --no-bail --ignore=pyright -- tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^7.2.0",
|
|
"@types/node": "^22.7.0",
|
|
"@types/yargs": "^16.0.9",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-prettier": "^8.10.0",
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
"glob": "^7.2.3",
|
|
"jsonc-parser": "^3.3.1",
|
|
"lerna": "^8.1.8",
|
|
"npm-check-updates": "^16.14.20",
|
|
"p-queue": "^6.6.2",
|
|
"prettier": "2.8.8",
|
|
"syncpack": "~10.9.3",
|
|
"typescript": "~5.5.4",
|
|
"word-wrap": "1.2.5",
|
|
"yargs": "^16.2.0"
|
|
}
|
|
}
|