@theia/cpp
Version:
Theia - Cpp Extension
55 lines (54 loc) • 1.31 kB
JSON
{
"name": "@theia/cpp",
"version": "1.0.0",
"description": "Theia - Cpp Extension",
"dependencies": {
"@theia/core": "latest",
"@theia/editor": "latest",
"@theia/filesystem": "latest",
"@theia/languages": "latest",
"@theia/monaco": "latest",
"@theia/preferences": "latest",
"@theia/process": "latest",
"@theia/task": "latest",
"@theia/variable-resolver": "latest",
"@theia/workspace": "latest",
"string-argv": "^0.1.1"
},
"publishConfig": {
"access": "public"
},
"theiaExtensions": [
{
"frontend": "lib/browser/cpp-frontend-module",
"backend": "lib/node/cpp-backend-module"
}
],
"keywords": [
"theia-extension"
],
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-theia/theia.git"
},
"bugs": {
"url": "https://github.com/eclipse-theia/theia/issues"
},
"homepage": "https://github.com/eclipse-theia/theia",
"files": [
"data",
"lib",
"src"
],
"scripts": {
"prepare": "yarn run clean && yarn run build",
"clean": "theiaext clean",
"build": "theiaext build",
"watch": "theiaext watch",
"test": "theiaext test"
},
"devDependencies": {
"@theia/ext-scripts": "^0.12.0"
}
}