{ "name": "testcafe-legacy-api", "version": "5.1.6", "description": "Legacy API support for TestCafe", "main": "lib/index.js", "scripts": { "test": "gulp test", "publish-please": "publish-please", "prepublish": "publish-please guard" }, "repository": { "type": "git", "url": "git+https://github.com/DevExpress/testcafe-legacy-api.git" }, "keywords": [ "testcafe", "legacy", "api" ], "author": "Developer Express Inc.", "license": "MIT", "bugs": { "url": "https://github.com/DevExpress/testcafe-legacy-api/issues" }, "homepage": "https://github.com/DevExpress/testcafe-legacy-api#readme", "devDependencies": { "@rollup/plugin-commonjs": "^17.0.0", "chai": "^3.4.1", "del": "^3.0.0", "gulp": "^4.0.0", "gulp-eslint": "^5.0.0", "gulp-if": "^2.0.1", "gulp-ll-next": "^2.1.0", "gulp-mocha-simple": "^1.0.0", "gulp-mustache": "^3.0.1", "gulp-rename": "^1.2.2", "gulp-step": "^1.0.1", "gulp-uglify": "^1.5.4", "gulp-util": "^3.0.7", "highlight-es": "^1.0.0", "multiline": "^1.0.2", "publish-please": "^5.5.2", "rollup": "^2.34.1", "rollup-plugin-typescript2": "^0.30.0", "typescript": "^4.1.2" }, "dependencies": { "async": "3.2.3", "dedent": "^0.6.0", "highlight-es": "^1.0.0", "is-jquery-obj": "^0.1.0", "lodash": "^4.14.0", "moment": "^2.14.1", "mustache": "^2.2.1", "os-family": "^1.0.0", "parse5": "^2.1.5", "pify": "^2.3.0", "pinkie": "^2.0.1", "read-file-relative": "^1.2.0", "strip-bom": "^2.0.0", "testcafe-hammerhead": ">=19.4.0" }, "files": [ "lib" ] }