Files
cypress/npm/xpath/package.json
T
2022-09-19 17:08:12 -04:00

33 lines
779 B
JSON

{
"name": "@cypress/xpath",
"version": "0.0.0-development",
"description": "Adds XPath command to Cypress.io test runner",
"main": "scripts",
"scripts": {
"cy:run": "node ../../scripts/cypress.js run --e2e",
"cy:open": "node ../../scripts/cypress.js open --e2e --project ${PWD}"
},
"files": [
"src"
],
"types": "src",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cypress-io/cypress.git"
},
"homepage": "https://github.com/cypress-io/cypress/tree/develop/npm/xpath#readme",
"author": "Cypress Tools Team",
"bugs": {
"url": "https://github.com/cypress-io/cypress/issues"
},
"keywords": [
"cypress",
"cypress-io",
"xpath"
],
"publishConfig": {
"access": "public"
}
}