Skip to content

Commit 7f1461f

Browse files
1 parent 1568445 commit 7f1461f

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

package.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,18 @@
11
{
2-
"name": "debugpy",
3-
"displayName": "Python Debugger",
4-
"version": "0.0.1",
5-
"private": false,
6-
"description": "Python Debugger extension using debugpy.",
7-
"keywords": [
8-
"codeeditorland",
9-
"land",
10-
"playform"
2+
"activationEvents": [
3+
"onDebugInitialConfigurations",
4+
"onDebugDynamicConfigurations:debugpy",
5+
"onDebugResolve:debugpy",
6+
"onLanguage:python"
117
],
12-
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonDebugger#readme",
13-
"bugs": {
14-
"url": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonDebugger/issues"
15-
},
16-
"repository": {
17-
"type": "git",
18-
"url": "git+HTTPS://github.com/CodeEditorLand/LandPythonDebugger.git"
19-
},
20-
"license": "SEE LICENSE IN LICENSE",
218
"author": {
22-
"name": "Source 🖋️ Open 👐🏻",
239
"email": "Source/Open@Editor.Land",
10+
"name": "Source 🖋️ Open 👐🏻",
2411
"url": "HTTPS://Editor.Land"
2512
},
26-
"type": "module",
27-
"main": "./dist/extension.js",
28-
"scripts": {
29-
"compile": "webpack",
30-
"compile-tests": "tsc -p . --outDir out",
31-
"format-fix": "prettier --write 'src/**/*.ts' 'build/**/*.yml' '.github/**/*.yml'",
32-
"prepublishOnly": "Build 'Source/**/*.ts'",
33-
"vsce-package": "npx @vscode/vsce package -o python-debugger.vsix",
34-
"watch-tests": "tsc -p . -w --outDir out"
13+
"bugs": {
14+
"url": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonDebugger/issues"
3515
},
36-
"l10n": "./l10n",
3716
"contributes": {
3817
"commands": [
3918
{
@@ -590,18 +569,13 @@
590569
}
591570
]
592571
},
593-
"activationEvents": [
594-
"onDebugInitialConfigurations",
595-
"onDebugDynamicConfigurations:debugpy",
596-
"onDebugResolve:debugpy",
597-
"onLanguage:python"
598-
],
599572
"dependencies": {
600573
"fs-extra": "^11.2.0",
601574
"iconv-lite": "^0.6.3",
602575
"jsonc-parser": "^3.2.0",
603576
"lodash": "^4.17.21"
604577
},
578+
"description": "Python Debugger extension using debugpy.",
605579
"devDependencies": {
606580
"@playform/build": "0.2.3",
607581
"@types/chai": "^4.3.4",
@@ -621,16 +595,42 @@
621595
"ts-mockito": "^2.6.1",
622596
"typemoq": "^2.1.0"
623597
},
598+
"displayName": "Python Debugger",
599+
"enabledApiProposals": [
600+
"portsAttributes",
601+
"debugVisualization",
602+
"contribViewsWelcome"
603+
],
624604
"extensionDependencies": [
625605
"ms-python.python"
626606
],
607+
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonDebugger#readme",
608+
"icon": "icon.png",
609+
"keywords": [
610+
"codeeditorland",
611+
"land",
612+
"playform"
613+
],
614+
"l10n": "./l10n",
615+
"license": "SEE LICENSE IN LICENSE",
616+
"main": "./dist/extension.js",
617+
"name": "debugpy",
618+
"private": false,
627619
"publishConfig": {
628620
"access": "public"
629621
},
630-
"icon": "icon.png",
631-
"enabledApiProposals": [
632-
"portsAttributes",
633-
"debugVisualization",
634-
"contribViewsWelcome"
635-
]
622+
"repository": {
623+
"type": "git",
624+
"url": "git+HTTPS://github.com/CodeEditorLand/LandPythonDebugger.git"
625+
},
626+
"scripts": {
627+
"compile": "webpack",
628+
"compile-tests": "tsc -p . --outDir out",
629+
"format-fix": "prettier --write 'src/**/*.ts' 'build/**/*.yml' '.github/**/*.yml'",
630+
"prepublishOnly": "Build 'Source/**/*.ts'",
631+
"vsce-package": "npx @vscode/vsce package -o python-debugger.vsix",
632+
"watch-tests": "tsc -p . -w --outDir out"
633+
},
634+
"type": "module",
635+
"version": "0.0.1"
636636
}

0 commit comments

Comments
 (0)