|
1 | 1 | { |
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, |
11 | 5 | "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", |
16 | 6 | "keywords": [ |
17 | 7 | "codeeditorland", |
18 | 8 | "land", |
19 | 9 | "playform" |
20 | 10 | ], |
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" |
26 | 14 | }, |
27 | 15 | "repository": { |
28 | 16 | "type": "git", |
29 | 17 | "url": "git+HTTPS://github.com/CodeEditorLand/LandPythonInstaller.git" |
30 | 18 | }, |
| 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", |
31 | 26 | "scripts": { |
32 | 27 | "compile": "tsc -p ./", |
33 | 28 | "compilewatch": "tsc -watch -p ./", |
34 | 29 | "download-api": "vscode-dts dev", |
35 | 30 | "postdownload-api": "vscode-dts main", |
36 | 31 | "prepublishOnly": "Build 'Source/**/*.ts'" |
37 | 32 | }, |
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 | + } |
40 | 40 | } |
0 commit comments