Skip to content

Commit cf7fcb5

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 23304ec commit cf7fcb5

File tree

2 files changed

+25
-35
lines changed

2 files changed

+25
-35
lines changed

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
{
22
"name": "@codeeditorland/python-installer",
3+
"version": "0.0.1",
4+
"private": false,
35
"description": "VS Code module for installing python packages",
6+
"keywords": [
7+
"codeeditorland",
8+
"land",
9+
"playform"
10+
],
11+
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonInstaller#readme",
12+
"bugs": {
13+
"url": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonInstaller/issues"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "git+HTTPS://github.com/CodeEditorLand/LandPythonInstaller.git"
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",
426
"scripts": {
527
"compile": "tsc -p ./",
628
"compilewatch": "tsc -watch -p ./",
@@ -11,5 +33,8 @@
1133
"dependencies": {},
1234
"devDependencies": {
1335
"@playform/build": "0.2.3"
36+
},
37+
"publishConfig": {
38+
"access": "public"
1439
}
1540
}

tsconfig.json

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +0,0 @@
1-
{
2-
"compilerOptions": {
3-
"module": "commonjs",
4-
"moduleResolution": "node",
5-
"target": "es2018",
6-
"outDir": "out", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
7-
"lib": [
8-
"es6",
9-
"es2018",
10-
"dom",
11-
"ES2019",
12-
"ES2020"
13-
],
14-
"sourceMap": true,
15-
"rootDir": "src",
16-
"experimentalDecorators": true,
17-
"allowSyntheticDefaultImports": true,
18-
"strict": true,
19-
"noImplicitAny": true,
20-
"noImplicitThis": true,
21-
"noUnusedLocals": true,
22-
"noUnusedParameters": true,
23-
"noFallthroughCasesInSwitch": true,
24-
"removeComments": true,
25-
"declaration": true
26-
},
27-
"exclude": [
28-
"node_modules",
29-
".vscode-test",
30-
".vscode test",
31-
"build",
32-
"out",
33-
"tmp"
34-
]
35-
}

0 commit comments

Comments
 (0)