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