code-server/packages/vscode/package.json

14 lines
369 B
JSON
Raw Normal View History

2019-01-08 00:46:19 +00:00
{
"name": "@coder/vscode",
2019-01-12 00:11:34 +00: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-23 23:44:57 +00:00
"iconv-lite": "^0.4.24",
"spdlog": "^0.7.2",
"string-replace-loader": "^2.1.1"
}
2019-01-08 00:46:19 +00:00
}