mirror of
https://git.tuxpa.in/a/code-server.git
synced 2024-12-29 05:35:25 +00:00
9 lines
183 B
JSON
9 lines
183 B
JSON
{
|
|
"name": "@coder/electron-browser",
|
|
"description": "A browser implementation of Electron's API.",
|
|
"main": "src/index.ts",
|
|
"devDependencies": {
|
|
"electron": "^4.0.1"
|
|
}
|
|
}
|