1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-28 13:15:25 +00:00
code-server-2/packages/vscode/package.json

13 lines
340 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": {
"spdlog": "^0.7.2",
"string-replace-loader": "^2.1.1"
}
2019-01-08 00:46:19 +00:00
}