{
  "name": "stimulus-x",
  "version": "0.6.0",
  "description": "Reactivity engine for Stimulus",
  "author": "Mark Perkins",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/allmarkedup/stimulus-x/issues"
  },
  "homepage": "https://github.com/allmarkedup/stimulus-x#readme",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/allmarkedup/stimulus-x.git"
  },
  "source": "src/index.js",
  "main": "dist/stimulus-x.js",
  "type": "module",
  "keywords": [
    "stimulus",
    "stimulusjs",
    "reactive",
    "bindings",
    "dom"
  ],
  "scripts": {
    "watch": "parcel watch",
    "build": "parcel build",
    "serve": "parcel serve --target=demo",
    "test": "vitest run",
    "test:watch": "vitest",
    "release": "release-it"
  },
  "dependencies": {
    "@hotwired/stimulus": "^3.2.0",
    "@vue/reactivity": "^3.5.17",
    "dot-prop": "^9.0.0"
  },
  "devDependencies": {
    "@hotwired/turbo": "^8.0.13",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/user-event": "^14.6.1",
    "babel-jest": "^30.0.4",
    "happy-dom": "^18.0.1",
    "parcel": "^2.15.2",
    "release-it": "^19.0.3",
    "vitest": "^3.2.4"
  }
}
