Skip to content

Commit b2bc8e3

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent e24d8f1 commit b2bc8e3

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"author": {
3-
"email": "Source/Open@Editor.Land",
4-
"name": "Source 🖋️ Open 👐🏻",
5-
"url": "HTTPS://Editor.Land"
6-
},
7-
"bugs": {
8-
"url": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonInstaller/issues"
9-
},
10-
"dependencies": {},
2+
"name": "@codeeditorland/python-installer",
3+
"version": "0.0.1",
4+
"private": false,
115
"description": "VS Code module for installing python packages",
12-
"devDependencies": {
13-
"@playform/build": "0.2.3"
14-
},
15-
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonInstaller#readme",
166
"keywords": [
177
"codeeditorland",
188
"land",
199
"playform"
2010
],
21-
"license": "SEE LICENSE IN LICENSE",
22-
"name": "@codeeditorland/python-installer",
23-
"private": false,
24-
"publishConfig": {
25-
"access": "public"
11+
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonInstaller#readme",
12+
"bugs": {
13+
"url": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonInstaller/issues"
2614
},
2715
"repository": {
2816
"type": "git",
2917
"url": "git+HTTPS://github.com/CodeEditorLand/LandPythonInstaller.git"
3018
},
19+
"license": "SEE LICENSE IN LICENSE",
20+
"author": {
21+
"name": "Source 🖋️ Open 👐🏻",
22+
"email": "Source/Open@Editor.Land",
23+
"url": "HTTPS://Editor.Land"
24+
},
25+
"type": "module",
3126
"scripts": {
3227
"compile": "tsc -p ./",
3328
"compilewatch": "tsc -watch -p ./",
3429
"download-api": "vscode-dts dev",
3530
"postdownload-api": "vscode-dts main",
3631
"prepublishOnly": "Build 'Source/**/*.ts'"
3732
},
38-
"type": "module",
39-
"version": "0.0.1"
33+
"dependencies": {},
34+
"devDependencies": {
35+
"@playform/build": "0.2.3"
36+
},
37+
"publishConfig": {
38+
"access": "public"
39+
}
4040
}

0 commit comments

Comments
 (0)