{
  "name": "@deploysentinel/cypress-recorder",
  "version": "0.1.0",
  "license": "Apache-2.0",
  "description": "Translate clicks, inputs, and other interactions into Cypress script inside your Cypress test browser (replacement for Cypress Studio)",
  "keywords": [
    "cypress",
    "recorder",
    "cypress-plugin",
    "studio",
    "test"
  ],
  "main": "index.js",
  "devDependencies": {
    "cypress": "10"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DeploySentinel/cypress-recorder.git"
  },
  "author": "DeploySentinel",
  "bugs": {
    "url": "https://github.com/DeploySentinel/cypress-recorder/issues"
  },
  "homepage": "https://github.com/DeploySentinel/cypress-recorder#readme"
}
