UNPKG

@theia/variable-resolver

Version:

Theia - Variable Resolver Extension

55 lines (54 loc) 1.22 kB
{ "name": "@theia/variable-resolver", "version": "1.64.1", "description": "Theia - Variable Resolver Extension", "dependencies": { "@theia/core": "1.64.1", "tslib": "^2.6.2" }, "publishConfig": { "access": "public" }, "theiaExtensions": [ { "frontend": "lib/browser/variable-resolver-frontend-module" } ], "keywords": [ "theia-extension" ], "license": "EPL-2.0 OR GPL-2.0-only 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", "contributors": [ { "name": "Artem Zatsarynnyi", "email": "azatsary@redhat.com" } ], "files": [ "lib", "src" ], "scripts": { "build": "theiaext build", "clean": "theiaext clean", "compile": "theiaext compile", "lint": "theiaext lint", "test": "theiaext test", "watch": "theiaext watch" }, "devDependencies": { "@theia/ext-scripts": "1.64.1" }, "nyc": { "extends": "../../configs/nyc.json" }, "gitHead": "63e84b05db2d2eda0add659f67e9552887b0da8e" }