{
  "name": "@4tw/cypress-drag-drop",
  "version": "2.3.1",
  "description": "A cypress child command for drag'n'drop support.",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
    "test": "NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server & cypress open",
    "test:ci": "NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server & cypress run",
    "release": "yarn run lint && yarn run test:ci && release-it"
  },
  "prettier": "@4tw/prettier-config",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/4teamwork/cypress-drag-drop.git"
  },
  "keywords": [
    "cypress",
    "test",
    "drag",
    "drop",
    "javascript"
  ],
  "author": "Kevin Bieri",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/4teamwork/cypress-drag-drop/issues"
  },
  "homepage": "https://github.com/4teamwork/cypress-drag-drop#readme",
  "devDependencies": {
    "@4tw/eslint-config": "^3.0.0",
    "@4tw/prettier-config": "^1.0.3",
    "@release-it/keep-a-changelog": "^2.3.0",
    "@testing-library/cypress": "^10.1.0",
    "css-loader": "^3.4.0",
    "cypress": "^15.0.0",
    "eslint": "^8.2.0",
    "prettier": "^2.2.1",
    "release-it": "^14.11.5",
    "vue": "^2.6.12",
    "vue-loader": "^15.9.5",
    "vue-style-loader": "^4.1.2",
    "vue-template-compiler": "^2.6.12",
    "vuedraggable": "^2.24.3",
    "webpack": "^4.41.4",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^3.11.0"
  },
  "peerDependencies": {
    "cypress": ">=2"
  }
}
