UNPKG

testcafe-selector-generator

Version:
56 lines (55 loc) 1.31 kB
{ "name": "testcafe-selector-generator", "version": "0.1.0", "description": "", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/" }, "main": "src/index.js", "scripts": { "test": "gulp test", "lint": "eslint .", "publish-please": "publish-please", "prepublish": "publish-please guard" }, "repository": { "type": "git", "url": "git+https://github.com/devexpress/testcafe-selector-generator.git" }, "keywords": [ "testcafe" ], "license": "MIT", "bugs": { "url": "https://github.com/devexpress/testcafe-selector-generator/issues" }, "homepage": "https://github.com/devexpress/testcafe-selector-generator#readme", "files": [ "src" ], "devDependencies": { "@babel/core": "^7.20.2", "babel-plugin-add-module-exports": "^1.0.4", "eslint": "^8.28.0", "eslint-plugin-align-assignments": "^1.1.2", "eslint-plugin-qunit": "^7.3.3", "gulp": "^4.0.2", "gulp-qunit-harness": "^1.0.3", "gulp-webmake": "^0.0.41", "minimist": "^1.2.7", "publish-please": "^5.5.2", "testcafe": "^2.1.0", "testcafe-hammerhead": "^28.2.1" }, "imports": { "#src": [ "./src/index.js" ], "#src/*": [ "./src/*", "./src/*.js", "./src/*.json" ] } }