14 lines
369 B
JSON
14 lines
369 B
JSON
{
|
|
"name": "@coder/vscode",
|
|
"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": {
|
|
"iconv-lite": "^0.4.24",
|
|
"spdlog": "^0.7.2",
|
|
"string-replace-loader": "^2.1.1"
|
|
}
|
|
}
|