Skip to content

Commit 944e079

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent b56d3df commit 944e079

File tree

2 files changed

+30
-31
lines changed

2 files changed

+30
-31
lines changed

package.json

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,40 @@
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 ./",
729
"download-api": "vscode-dts dev",
8-
"postdownload-api": "vscode-dts main"
30+
"postdownload-api": "vscode-dts main",
31+
"prepublishOnly": "Build 'Source/**/*.ts'"
932
},
1033
"dependencies": {},
11-
"devDependencies": {}
34+
"devDependencies": {
35+
"@playform/build": "0.2.1"
36+
},
37+
"publishConfig": {
38+
"access": "public"
39+
}
1240
}

tsconfig.json

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +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": ["es6", "es2018", "dom", "ES2019", "ES2020"],
8-
"sourceMap": true,
9-
"rootDir": "src",
10-
"experimentalDecorators": true,
11-
"allowSyntheticDefaultImports": true,
12-
"strict": true,
13-
"noImplicitAny": true,
14-
"noImplicitThis": true,
15-
"noUnusedLocals": true,
16-
"noUnusedParameters": true,
17-
"noFallthroughCasesInSwitch": true,
18-
"removeComments": true,
19-
"declaration": true
20-
},
21-
"exclude": [
22-
"node_modules",
23-
".vscode-test",
24-
".vscode test",
25-
"build",
26-
"out",
27-
"tmp"
28-
]
29-
}

0 commit comments

Comments
 (0)