{
  "name": "ce-mixinprops",
  "version": "1.11.0",
  "description": "Mixin for Custom Elements (Web Components) to handle/sync properties and attributes",
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json",
    "./cypress.config.js": "./cypress.config.js"
  },
  "author": "unchosen.aus@gmail.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Jashepp/customElements-mixinPropertiesAttributes"
  },
  "keywords": [
    "synchronization",
    "data-binding",
    "html",
    "mixin",
    "webcomponent",
    "customelement",
    "web-component",
    "custom-element"
  ],
  "devDependencies": {
    "concurrently": "^7.6.0",
    "cross-env": "^7.0.3",
    "cypress": "^12.6.0",
    "http-server": "^14.1.1",
    "nodemon": "^2.0.20"
  },
  "scripts": {
    "server": "npx --no --node-options=--no-deprecation http-server ./ -s -c-1 -p 8181",
    "server:and": "cross-env CONCURRENTLY_KILL_OTHERS=true CONCURRENTLY_SUCCESS=!command-0 concurrently --names S,C \"npm run server\"",
    "cypress:install": "cypress install",
    "cypress": "cypress open",
    "cypress+server": "npm run server:and -- \"npm run cypress\"",
    "cypress:cli": "cypress run",
    "test": "npm run server:and -- \"npm run cypress:cli\"",
    "watch:test": "npm run server:and -- \"npm run watch:test:cypress\"",
    "watch:test:cypress": "npx --no --node-options=--input-type=module nodemon --watch ./*.js --watch ./tests/ --exec npm run cypress:cli"
  }
}
