UNPKG

cybernaut

Version:

Reliable, automated web UI testing in BDD-style.

100 lines (99 loc) 2.24 kB
{ "name": "cybernaut", "version": "10.0.0", "description": "Reliable, automated web UI testing in BDD-style.", "license": "MIT", "author": "Clemens Akens <clebert@me.com>", "keywords": [ "automated", "bdd", "e2e", "end-to-end", "selenium", "test", "testing", "ui", "web", "webdriver" ], "repository": { "type": "git", "url": "https://github.com/clebert/cybernaut.git" }, "bin": "dist/index.js", "main": "dist/index", "types": "dist/index", "config": { "commitizen": { "path": "node_modules/cz-customizable" }, "cz-customizable": { "config": ".cz-config.js" } }, "jest": { "collectCoverageFrom": [ "src/core/**/*.ts", "!src/core/accessor.ts", "!src/core/action.ts", "!src/core/options.ts", "!src/core/public.ts" ], "moduleFileExtensions": [ "js", "ts" ], "testPathIgnorePatterns": [ "_book/", "node_modules/" ], "testRegex": "\\.test\\.ts$", "transform": { ".ts": "<rootDir>/node_modules/ts-jest/preprocessor.js" } }, "files": [ "config-schema.json", "dist", "types" ], "scripts": { "check": "make", "cz": "git-cz", "format": "./scripts/npm/format.sh", "push": "./scripts/npm/push.sh", "release": "standard-version", "serve": "gitbook install && gitbook serve", "watch": "jest --verbose --watch" }, "dependencies": { "ajv": "5.1.6", "chromedriver": "2.29.2", "debug": "2.6.8", "deep-strict-equal": "0.2.0", "geckodriver": "1.7.1", "globby": "6.1.0", "selenium-webdriver": "3.4.0", "tap": "10.3.4", "tslib": "1.7.1" }, "devDependencies": { "@types/jest": "20.0.0", "@types/node": "7.0.29", "commitizen": "2.9.6", "conventional-changelog-lint": "1.1.9", "coveralls": "2.13.1", "custom-tslint-formatters": "2.1.0", "cz-customizable": "5.0.0", "git-latest-semver-tag": "1.0.2", "gitbook-cli": "2.3.0", "jest": "20.0.4", "markdownlint": "0.5.0", "prettier": "1.4.4", "standard-version": "4.0.0", "ts-config": "9.3.0", "ts-jest": "20.0.6", "tslint": "5.4.3", "typescript": "2.3.4" } }