File tree Expand file tree Collapse file tree 1 file changed +22
-5
lines changed Expand file tree Collapse file tree 1 file changed +22
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-docs" ,
3
- "version" : " 0.10.3" ,
4
- "author" : {
5
- "name" : " Microsoft Corporation"
3
+ "version" : " 0.0.1" ,
4
+ "private" : false ,
5
+ "homepage" : " https://github.com/CodeEditorLand/Foundation#readme" ,
6
+ "bugs" : {
7
+ "url" : " https://github.com/CodeEditorLand/Foundation/issues"
6
8
},
7
9
"repository" : {
8
10
"type" : " git" ,
9
- "url" : " https://github.com/Microsoft/vscode-docs.git"
11
+ "url" : " git+https://github.com/CodeEditorLand/Foundation.git"
12
+ },
13
+ "license" : " SEE LICENSE IN LICENSE" ,
14
+ "author" : {
15
+ "name" : " Nikola R. Hristov" ,
16
+ "email" : " nikola@nikolahristov.tech" ,
17
+ "url" : " https://nikolahristov.tech"
18
+ },
19
+ "publisher" : " playform" ,
20
+ "type" : " module" ,
21
+ "scripts" : {
22
+ "prepublishOnly" : " TypeScriptESBuild 'Source/**/*.ts'"
10
23
},
11
24
"devDependencies" : {
12
25
"gulp" : " ^3.9.1" ,
13
- "shelljs" : " ^0.7.8"
26
+ "shelljs" : " ^0.7.8" ,
27
+ "typescript-esbuild" : " 0.3.6"
28
+ },
29
+ "publishConfig" : {
30
+ "access" : " public"
14
31
}
15
32
}
You can’t perform that action at this time.
0 commit comments