|
1 | 1 | {
|
2 | 2 | "name": "@vscode/python-extension",
|
3 | 3 | "description": "An API facade for the Python extension in VS Code",
|
4 |
| - "version": "1.0.5", |
| 4 | + "version": "1.0.6", |
5 | 5 | "author": {
|
6 |
| - "name": "Microsoft Corporation" |
| 6 | + "name": "Microsoft Corporation" |
7 | 7 | },
|
8 | 8 | "keywords": [
|
9 | 9 | "Python",
|
10 |
| - "VSCode", |
11 |
| - "API" |
12 |
| - ], |
13 |
| - "main": "./out/main.js", |
14 |
| - "types": "./out/main.d.ts", |
15 |
| - "engines": { |
16 |
| - "node": ">=18.17.1", |
17 |
| - "vscode": "^1.78.0" |
18 |
| - }, |
| 10 | + "VSCode", |
| 11 | + "API" |
| 12 | + ], |
| 13 | + "main": "./out/main.js", |
| 14 | + "types": "./out/main.d.ts", |
| 15 | + "engines": { |
| 16 | + "node": ">=18.17.1", |
| 17 | + "vscode": "^1.93.0" |
| 18 | + }, |
19 | 19 | "license": "MIT",
|
20 | 20 | "homepage": "https://github.com/microsoft/vscode-python/tree/main/pythonExtensionApi",
|
21 | 21 | "repository": {
|
|
26 | 26 | "url": "https://github.com/Microsoft/vscode-python/issues"
|
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 |
| - "typescript": "5.0.4", |
30 |
| - "@types/vscode": "^1.78.0", |
| 29 | + "typescript": "~5.2", |
| 30 | + "@types/vscode": "^1.93.0", |
31 | 31 | "source-map": "^0.8.0-beta.0"
|
32 | 32 | },
|
33 | 33 | "scripts": {
|
34 | 34 | "prepublishOnly": "echo \"⛔ Can only publish from a secure pipeline ⛔\" && node ../build/fail",
|
35 |
| - "prepack": "npm run all:publish", |
36 |
| - "compile": "node ./node_modules/typescript/lib/tsc.js -b ./tsconfig.json", |
37 |
| - "clean": "node ../node_modules/rimraf/bin.js out", |
38 |
| - "lint": "node ../node_modules/eslint/bin/eslint.js --ext ts src", |
39 |
| - "all": "npm run clean && npm run compile", |
| 35 | + "prepack": "npm run all:publish", |
| 36 | + "compile": "node ./node_modules/typescript/lib/tsc.js -b ./tsconfig.json", |
| 37 | + "clean": "node ../node_modules/rimraf/bin.js out", |
| 38 | + "lint": "node ../node_modules/eslint/bin/eslint.js --ext ts src", |
| 39 | + "all": "npm run clean && npm run compile", |
40 | 40 | "formatTypings": "node ../node_modules/eslint/bin/eslint.js --fix ./out/main.d.ts",
|
41 |
| - "all:publish": "git clean -xfd . && npm install && npm run compile && npm run formatTypings" |
| 41 | + "all:publish": "git clean -xfd . && npm install && npm run compile && npm run formatTypings" |
42 | 42 | }
|
43 | 43 | }
|
0 commit comments