forked from Felx-B/vscode-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.52 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "vscode-web",
"version": "upstream/release/o2/1.92",
"description": "Visual Studio Code for browser",
"files": [
"dist"
],
"scripts": {
"build": "node build.js",
"prepare-demo": "node prepare-demo.js",
"demo": "node ./demo/http.js",
"o2-prepare-demo": "node o2-prepare-demo.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Felx-B/vscode-web.git"
},
"author": "Felix B",
"license": "MIT",
"bugs": {
"url": "https://github.com/Felx-B/vscode-web/issues"
},
"homepage": "https://github.com/Felx-B/vscode-web#readme",
"devDependencies": {
"express": "^4.17.1",
"fs-extra": "^9.0.1"
},
"dependencies": {},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447",
"ignoreExtensions": [
"clojure",
"coffeescript",
"cpp",
"csharp",
"css-language-features",
"css",
"dart",
"fsharp",
"git-base",
"git",
"github-authentication",
"github",
"go",
"groovy",
"html-language-features",
"html",
"jake",
"java",
"javascript",
"julia",
"less",
"lua",
"merge-conflict",
"microsoft-authentication",
"perl",
"php-language-features",
"php",
"r",
"ruby",
"rust",
"scss",
"swift",
"terminal-suggest",
"tunnel-forwarding",
"typescript-basics",
"typescript-language-features",
"vb",
"vscode-api-tests",
"vscode-colorize-perf-tests",
"vscode-colorize-tests",
"vscode-test-resolver"
]
}