Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/packages/vscode/package.json

14 lines
369 B
JSON
Raw Normal View History

2019-01-08 01:46:19 +01:00
{
"name": "@coder/vscode",
2019-01-12 01:11:34 +01:00
"description": "VS Code implementation of the browser-based IDE client.",
"main": "src/index.ts",
"scripts": {
"build:bootstrap-fork": "../../node_modules/.bin/webpack --config ./webpack.config.bootstrap.js"
},
"dependencies": {
2019-01-24 00:44:57 +01:00
"iconv-lite": "^0.4.24",
"spdlog": "^0.7.2",
"string-replace-loader": "^2.1.1"
}
2019-01-08 01:46:19 +01:00
}