-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 839 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 839 Bytes
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
{
"name": "coder-server",
"version": "1.0.0",
"description": "This is my opinionated attempt to build a lightweight docker image to run [openvscode-server](https://github.com/gitpod-io/openvscode-server). Think vscode, on the browser.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raonigabriel/coder-server.git"
},
"author": "Raoni Gabriel",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/raonigabriel/coder-server/issues"
},
"homepage": "https://github.com/raonigabriel/coder-server#readme",
"dependencies": {
"@parcel/watcher": "2.1.0",
"kerberos": "^2.0.1",
"native-watchdog": "^1.4.2",
"node-pty": "1.1.0-beta5",
"@vscode/spdlog": "^0.13.12"
}
}