{
  "name": "stimulus-use",
  "version": "0.52.3",
  "description": "A collection of standard controllers and utilities for Stimulus",
  "repository": "https://github.com/stimulus-use/stimulus-use",
  "license": "MIT",
  "author": "Adrien Poly",
  "contributors": [
    "Adrien Poly",
    "Marco Roth"
  ],
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "unpkg": "./dist/index.umd.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "main": "./dist/index.umd.js",
      "browser": "./dist/index.js",
      "import": "./dist/index.js",
      "module": "./dist/index.js",
      "umd": "./dist/index.umd.js",
      "types": "./dist/types/index.d.ts"
    },
    "./hotkeys": {
      "main": "./dist/hotkeys.umd.js",
      "browser": "./dist/hotkeys.js",
      "import": "./dist/hotkeys.js",
      "module": "./dist/hotkeys.js",
      "umd": "./dist/hotkeys.umd.js",
      "types": "./dist/types/hotkeys.d.ts"
    }
  },
  "scripts": {
    "prestart": "cd playground && yarn install && cd -",
    "start": "cd playground && yarn start",
    "prebuild": "$npm_execpath run clean",
    "build": "tsc --noEmit false --declaration true --emitDeclarationOnly true --outDir dist/types && rollup -c",
    "dev": "rollup -wc",
    "test": "NODE_ENV=test karma start",
    "test:watch": "NODE_ENV=test karma start --auto-watch --no-single-run",
    "test:treeshake": "$npm_execpath run agadoo",
    "lint": "prettier --check *.js **/*.js **/*.ts src/**/*.ts spec/**/*.js playground/**/*.js",
    "format": "prettier --write *.js **/*.js **/*.ts src/**/*.ts spec/**/*.js playground/**/*.js",
    "clean": "rimraf dist *.tsbuildinfo coverage",
    "doc": "docsify serve ./docs",
    "prerelease": "$npm_execpath run build && $npm_execpath run test:treeshake",
    "release": "np",
    "cypress:open": "cypress open",
    "cypress:run": "cypress run"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-transform-runtime": "^7.11.5",
    "@babel/preset-modules": "^0.1.4",
    "@hotwired/stimulus": ">=3",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.4.0",
    "@rollup/plugin-typescript": "^12.1.0",
    "agadoo": "^2.0.0",
    "babel-loader": "^9.1.2",
    "chai": "^4.2.0",
    "chai-dom": "^1.8.2",
    "cypress": "^12.3.0",
    "docsify-cli": "^4.4.4",
    "hotkeys-js": "^3.10.1",
    "html2js": "^0.2.0",
    "intersection-observer": "^0.12.2",
    "karma": "^6.1.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^2.0.3",
    "karma-firefox-launcher": "^2.1.2",
    "karma-fixture": "^0.2.6",
    "karma-html2js-preprocessor": "^1.1.0",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sauce-launcher": "^4.1.5",
    "karma-sinon-chai": "^2.0.2",
    "karma-sourcemap-loader": "^0.4.0",
    "karma-typescript": "^5.5.3",
    "karma-webpack": "^5.0.0",
    "kind-of": "^6.0.3",
    "mocha": "^10.2.0",
    "np": "^10.0.3",
    "prettier": "^3.0.0",
    "rimraf": "^5.0.1",
    "rollup": "^4.9.1",
    "rollup-plugin-filesize": "^9.1.1",
    "sinon": "^19.0.2",
    "sinon-chai": "^3.5.0",
    "ts-loader": "^9.4.2",
    "typescript": "^5.0.4",
    "webpack": "^5.75.0"
  },
  "peerDependencies": {
    "@hotwired/stimulus": ">= 3",
    "hotkeys-js": ">= 3"
  }
}
