mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-02 13:00:18 -05:00
33 lines
779 B
JSON
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"
|
|
}
|
|
}
|