UNPKG

@theia-extension-tester/until

Version:
41 lines (40 loc) 1.07 kB
{ "name": "@theia-extension-tester/until", "version": "0.1.1", "description": "Extra wait condition for theia-extension-tester.", "keywords": [ "testing", "theia-extension-tester", "webdriver" ], "author": "Marian Lorinc <mlorinc@redhat.com>", "homepage": "https://github.com/mlorinc/theia-extension-tester/tree/master/packages/until", "license": "Apache-2.0", "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib" }, "files": [ "lib" ], "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/until" }, "peerDependencies": { "extension-tester-page-objects": "^0.1.0" }, "gitHead": "15cfcbcd6bad78b80fba5a1dd164544be91b46ec" }