{
  "name": "@theia-extension-tester/adapters",
  "version": "0.1.1",
  "description": "Run vscode-extension-tester UI tests in Eclipse Theia based editors.",
  "keywords": [
    "vscode-extension-tester",
    "theia-extension-tester",
    "testing"
  ],
  "author": "Marian Lorinc <mlorinc@redhat.com>",
  "homepage": "https://github.com/mlorinc/theia-extension-tester/tree/master/packages/adapters",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "exports": {
    ".": "./lib/index.js",
    "./theia.js": "./theia.js",
    "./vscode.js": "./vscode.js",
    "./theia": "./theia.js",
    "./vscode": "./vscode.js",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "prepublish": "yarn run clean && yarn run build",
    "test": "echo \"Error: run tests from root\" && exit 1",
    "build": "tsc",
    "clean": "rimraf lib"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mlorinc/theia-extension-tester.git",
    "directory": "packages/adapters"
  },
  "dependencies": {
    "tsconfig-paths": "3.11.0"
  },
  "gitHead": "15cfcbcd6bad78b80fba5a1dd164544be91b46ec"
}
