mirror of
https://github.com/cypress-io/ai-toolkit.git
synced 2026-09-18 20:07:41 +08:00
25 lines
698 B
JSON
25 lines
698 B
JSON
{
|
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
"name": "cypress",
|
|
"description": "Cypress plugin marketplace for Claude Code",
|
|
"owner": {
|
|
"name": "Cypress.io",
|
|
"email": "support@cypress.io",
|
|
"url": "https://www.cypress.io"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "cypress",
|
|
"description": "Create, update, and fix Cypress tests. Connect to Cypress Cloud to see test results and use data to manage your test suite.",
|
|
"version": "1.4.0",
|
|
"author": {
|
|
"name": "Cypress.io",
|
|
"email": "support@cypress.io",
|
|
"url": "https://www.cypress.io"
|
|
},
|
|
"source": "./",
|
|
"category": "productivity"
|
|
}
|
|
]
|
|
}
|