File tree Expand file tree Collapse file tree 2 files changed +25
-35
lines changed
Expand file tree Collapse file tree 2 files changed +25
-35
lines changed Original file line number Diff line number Diff line change 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 ./" ,
1133 "dependencies" : {},
1234 "devDependencies" : {
1335 "@playform/build" : " 0.2.3"
36+ },
37+ "publishConfig" : {
38+ "access" : " public"
1439 }
1540}
Original file line number Diff line number Diff line change 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- }
You can’t perform that action at this time.
0 commit comments