Skip to content

Commit e24d8f1

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 2ea8921 commit e24d8f1

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-
"name": "@codeeditorland/python-installer",
3-
"version": "0.0.1",
4-
"private": false,
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": {},
511
"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",
616
"keywords": [
717
"codeeditorland",
818
"land",
919
"playform"
1020
],
11-
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonInstaller#readme",
12-
"bugs": {
13-
"url": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonInstaller/issues"
21+
"license": "SEE LICENSE IN LICENSE",
22+
"name": "@codeeditorland/python-installer",
23+
"private": false,
24+
"publishConfig": {
25+
"access": "public"
1426
},
1527
"repository": {
1628
"type": "git",
1729
"url": "git+HTTPS://github.com/CodeEditorLand/LandPythonInstaller.git"
1830
},
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",
2631
"scripts": {
2732
"compile": "tsc -p ./",
2833
"compilewatch": "tsc -watch -p ./",
2934
"download-api": "vscode-dts dev",
3035
"postdownload-api": "vscode-dts main",
3136
"prepublishOnly": "Build 'Source/**/*.ts'"
3237
},
33-
"dependencies": {},
34-
"devDependencies": {
35-
"@playform/build": "0.2.3"
36-
},
37-
"publishConfig": {
38-
"access": "public"
39-
}
38+
"type": "module",
39+
"version": "0.0.1"
4040
}

0 commit comments

Comments
 (0)